Class: Aws::Connect::Types::CreateUserResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateUserResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user account.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the user account.
 
Instance Attribute Details
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
      5344 5345 5346 5347 5348 5349  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5344 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The identifier of the user account.
      5344 5345 5346 5347 5348 5349  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5344 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end  |