Class: Aws::Chime::Types::UpdateUserRequestItem
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::UpdateUserRequestItem
 
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
The user ID and user fields to update, used with the BatchUpdateUser action.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #alexa_for_business_metadata  ⇒ Types::AlexaForBusinessMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Alexa for Business metadata. 
- 
  
    
      #license_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user license type. 
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user ID. 
- 
  
    
      #user_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user type. 
Instance Attribute Details
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
The Alexa for Business metadata.
| 2820 2821 2822 2823 2824 2825 2826 2827 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2820 class UpdateUserRequestItem < Struct.new( :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end | 
#license_type ⇒ String
The user license type.
| 2820 2821 2822 2823 2824 2825 2826 2827 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2820 class UpdateUserRequestItem < Struct.new( :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end | 
#user_id ⇒ String
The user ID.
| 2820 2821 2822 2823 2824 2825 2826 2827 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2820 class UpdateUserRequestItem < Struct.new( :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end | 
#user_type ⇒ String
The user type.
| 2820 2821 2822 2823 2824 2825 2826 2827 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2820 class UpdateUserRequestItem < Struct.new( :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |