Class: Aws::QBusiness::Types::CreateUserRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QBusiness::Types::CreateUserRequest
 
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the application for which the user mapping will be created. 
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A token that you provide to identify the request to create your Amazon Q Business user mapping. 
- 
  
    
      #user_aliases  ⇒ Array<Types::UserAlias> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of user aliases in the mapping. 
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user emails attached to a user mapping. 
Instance Attribute Details
#application_id ⇒ String
The identifier of the application for which the user mapping will be created.
| 2666 2667 2668 2669 2670 2671 2672 2673 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2666 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end | 
#client_token ⇒ String
A token that you provide to identify the request to create your Amazon Q Business user mapping.
A suitable default value is auto-generated. You should normally not need to pass this option.
| 2666 2667 2668 2669 2670 2671 2672 2673 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2666 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end | 
#user_aliases ⇒ Array<Types::UserAlias>
The list of user aliases in the mapping.
| 2666 2667 2668 2669 2670 2671 2672 2673 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2666 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end | 
#user_id ⇒ String
The user emails attached to a user mapping.
| 2666 2667 2668 2669 2670 2671 2672 2673 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2666 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end |