Class: Aws::IAM::Types::GetMFADeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetMFADeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certifications ⇒ Hash<String,String>
The certifications of a specified user’s MFA device.
-
#enable_date ⇒ Time
The date that a specified user’s MFA device was first enabled.
-
#serial_number ⇒ String
Serial number that uniquely identifies the MFA device.
-
#user_name ⇒ String
The friendly name identifying the user.
Instance Attribute Details
#certifications ⇒ Hash<String,String>
The certifications of a specified user’s MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from [ FIDO Alliance Metadata Service (MDS)].
3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-iam/types.rb', line 3450 class GetMFADeviceResponse < Struct.new( :user_name, :serial_number, :enable_date, :certifications) SENSITIVE = [] include Aws::Structure end |
#enable_date ⇒ Time
The date that a specified user’s MFA device was first enabled.
3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-iam/types.rb', line 3450 class GetMFADeviceResponse < Struct.new( :user_name, :serial_number, :enable_date, :certifications) SENSITIVE = [] include Aws::Structure end |
#serial_number ⇒ String
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key [ARNs].
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-iam/types.rb', line 3450 class GetMFADeviceResponse < Struct.new( :user_name, :serial_number, :enable_date, :certifications) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The friendly name identifying the user.
3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-iam/types.rb', line 3450 class GetMFADeviceResponse < Struct.new( :user_name, :serial_number, :enable_date, :certifications) SENSITIVE = [] include Aws::Structure end |