You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::CreateAppInstanceUserRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::CreateAppInstanceUserRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreateAppInstanceUserRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  app_instance_arn: "ChimeArn", # required
  app_instance_user_id: "UserId", # required
  name: "UserName", # required
  metadata: "Metadata",
  client_request_token: "ClientRequestToken", # required
}
Instance Attribute Summary collapse
- 
  
    
      #app_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the app instance request. 
- 
  
    
      #app_instance_user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user ID of the app instance. 
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token assigned to the user requesting an app instance. 
- 
  
    
      #metadata  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The request\'s metadata. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user\'s name. 
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the app instance request.
#app_instance_user_id ⇒ String
The user ID of the app instance.
#client_request_token ⇒ String
The token assigned to the user requesting an app instance.
#metadata ⇒ String
The request\'s metadata. Limited to a 1KB string in UTF-8.
#name ⇒ String
The user\'s name.