Class: Aws::IAM::Types::GetMFADeviceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IAM::Types::GetMFADeviceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iam/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #serial_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Serial number that uniquely identifies the MFA device.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The friendly name identifying the user.
 
Instance Attribute Details
#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
      3417 3418 3419 3420 3421 3422  | 
    
      # File 'lib/aws-sdk-iam/types.rb', line 3417 class GetMFADeviceRequest < Struct.new( :serial_number, :user_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_name ⇒ String
The friendly name identifying the user.
      3417 3418 3419 3420 3421 3422  | 
    
      # File 'lib/aws-sdk-iam/types.rb', line 3417 class GetMFADeviceRequest < Struct.new( :serial_number, :user_name) SENSITIVE = [] include Aws::Structure end  |