Class: Aws::Connect::Types::DescribeAuthenticationProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeAuthenticationProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authentication_profile  ⇒ Types::AuthenticationProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authentication profile object being described.
 
Instance Attribute Details
#authentication_profile ⇒ Types::AuthenticationProfile
The authentication profile object being described.
      6660 6661 6662 6663 6664  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6660 class DescribeAuthenticationProfileResponse < Struct.new( :authentication_profile) SENSITIVE = [] include Aws::Structure end  |