Class: Aws::Chime::Types::UpdateUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


8802
8803
8804
8805
8806
8807
8808
8809
8810
# File 'gems/aws-sdk-chime/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_metadataTypes::AlexaForBusinessMetadata

The Alexa for Business metadata.



8802
8803
8804
8805
8806
8807
8808
8809
8810
# File 'gems/aws-sdk-chime/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_typeString

The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.

Returns:

  • (String)


8802
8803
8804
8805
8806
8807
8808
8809
8810
# File 'gems/aws-sdk-chime/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_idString

The user ID.

Returns:

  • (String)


8802
8803
8804
8805
8806
8807
8808
8809
8810
# File 'gems/aws-sdk-chime/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_typeString

The user type.

Returns:

  • (String)


8802
8803
8804
8805
8806
8807
8808
8809
8810
# File 'gems/aws-sdk-chime/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