class Aws::Chime::Types::AssociatePhoneNumberWithUserRequest

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

data as a hash:

    {
      account_id: "String", # required
      user_id: "String", # required
      e164_phone_number: "E164PhoneNumber", # required
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] user_id

The user ID.
@return [String]

@!attribute [rw] e164_phone_number

The phone number, in E.164 format.
@return [String]

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

Constants

SENSITIVE