class Aws::AlexaForBusiness::Types::PhoneNumber

The phone number for the contact containing the raw number and phone number type.

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

data as a hash:

    {
      number: "RawPhoneNumber", # required
      type: "MOBILE", # required, accepts MOBILE, WORK, HOME
    }

@!attribute [rw] number

The raw value of the phone number.
@return [String]

@!attribute [rw] type

The type of the phone number.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/PhoneNumber AWS API Documentation

Constants

SENSITIVE