class Aws::Chime::Types::UpdateUserRequestItem

The user ID and user fields to update, used with the BatchUpdateUser action.

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

data as a hash:

    {
      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] user_id

The user ID.
@return [String]

@!attribute [rw] license_type

The user license type.
@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/UpdateUserRequestItem AWS API Documentation

Constants

SENSITIVE