class Aws::Chime::Types::CreateUserRequest

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

data as a hash:

    {
      account_id: "NonEmptyString", # required
      username: "String",
      email: "EmailAddress",
      user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] username

The user name.
@return [String]

@!attribute [rw] email

The user's email address.
@return [String]

@!attribute [rw] user_type

The user type.
@return [String]

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

Constants

SENSITIVE