Class: Aws::SSOAdmin::Types::AuthenticationMethodItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSOAdmin::Types::AuthenticationMethodItem
 
 
- Defined in:
 - gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
 
Overview
A structure that describes an authentication method and its type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authentication_method  ⇒ Types::AuthenticationMethod 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that describes an authentication method.
 - 
  
    
      #authentication_method_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of authentication that is used by this method.
 
Instance Attribute Details
#authentication_method ⇒ Types::AuthenticationMethod
A structure that describes an authentication method. The contents of
this structure is determined by the AuthenticationMethodType.
      511 512 513 514 515 516  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 511 class AuthenticationMethodItem < Struct.new( :authentication_method_type, :authentication_method) SENSITIVE = [] include Aws::Structure end  | 
  
#authentication_method_type ⇒ String
The type of authentication that is used by this method.
      511 512 513 514 515 516  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 511 class AuthenticationMethodItem < Struct.new( :authentication_method_type, :authentication_method) SENSITIVE = [] include Aws::Structure end  |