Class AWS::IAM::VirtualMfaDeviceCollection
In: lib/aws/iam/virtual_mfa_device_collection.rb
Parent: Object

Methods

Included Modules

Collection

Public Instance methods

Returns a virtual MFA device with the given serial number. @param [String] serial_number The serial number (ARN) of a virtual

  MFA device.

@return [VirtualMfaDevice]

Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, you can enable the device to an IAM user.

@param [String] name The name of the virtual MFA device. Name and path

  together uniquely identify a virtual MFA device.

@param [Hash] options @option [String] :path The path for the virtual MFA device. @return [VirtualMfaDevice]

Protected Instance methods

[Validate]