Class: Aws::IAM::Types::GetMFADeviceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificationsHash<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).

Returns:

  • (Hash<String,String>)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3453

class GetMFADeviceResponse < Struct.new(
  :user_name,
  :serial_number,
  :enable_date,
  :certifications)
  SENSITIVE = []
  include Aws::Structure
end

#enable_dateTime

The date that a specified user's MFA device was first enabled.

Returns:

  • (Time)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3453

class GetMFADeviceResponse < Struct.new(
  :user_name,
  :serial_number,
  :enable_date,
  :certifications)
  SENSITIVE = []
  include Aws::Structure
end

#serial_numberString

Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3453

class GetMFADeviceResponse < Struct.new(
  :user_name,
  :serial_number,
  :enable_date,
  :certifications)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The friendly name identifying the user.

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3453

class GetMFADeviceResponse < Struct.new(
  :user_name,
  :serial_number,
  :enable_date,
  :certifications)
  SENSITIVE = []
  include Aws::Structure
end