Class: Aws::Chime::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
The Alexa for Business metadata.
-
#license_type ⇒ String
The user license type to update.
-
#user_id ⇒ String
The user ID.
-
#user_type ⇒ String
The user type.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-chime/types.rb', line 8802 class UpdateUserRequest < Struct.new( :account_id, :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
The Alexa for Business metadata.
8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-chime/types.rb', line 8802 class UpdateUserRequest < Struct.new( :account_id, :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |
#license_type ⇒ String
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-chime/types.rb', line 8802 class UpdateUserRequest < Struct.new( :account_id, :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-chime/types.rb', line 8802 class UpdateUserRequest < Struct.new( :account_id, :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |
#user_type ⇒ String
The user type.
8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-chime/types.rb', line 8802 class UpdateUserRequest < Struct.new( :account_id, :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |