Class: Aws::Connect::Types::DescribeUserResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeUserResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user  ⇒ Types::User 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the user account and configuration settings.
 
Instance Attribute Details
#user ⇒ Types::User
Information about the user account and configuration settings.
      7477 7478 7479 7480 7481  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7477 class DescribeUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end  |