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.
8833 8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8833 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.
8833 8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8833 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.
8833 8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8833 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.
8833 8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8833 class UpdateUserRequestItem < Struct.new( :user_id, :license_type, :user_type, :alexa_for_business_metadata) SENSITIVE = [] include Aws::Structure end |