class Aws::Chime::Types::UpdateUserRequest

@note When making an API call, you may pass UpdateUserRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      user_id: "NonEmptyString", # required
      license_type: "Basic", # accepts Basic, Plus, Pro, ProTrial
      user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
      alexa_for_business_metadata: {
        is_alexa_for_business_enabled: false,
        alexa_for_business_room_arn: "SensitiveString",
      },
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] user_id

The user ID.
@return [String]

@!attribute [rw] license_type

The user license type to update. This must be a supported license
type for the Amazon Chime account that the user belongs to.
@return [String]

@!attribute [rw] user_type

The user type.
@return [String]

@!attribute [rw] alexa_for_business_metadata

The Alexa for Business metadata.
@return [Types::AlexaForBusinessMetadata]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateUserRequest AWS API Documentation

Constants

SENSITIVE