Class: Aws::IAM::Types::GetMFADeviceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serial_numberString

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

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
# File 'lib/aws-sdk-iam/types.rb', line 3414

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

#user_nameString

The friendly name identifying the user.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
# File 'lib/aws-sdk-iam/types.rb', line 3414

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