You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::Contact

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A contact with attributes.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact.

Returns:

  • (String)

    The ARN of the contact.

#display_nameString

The name of the contact to display on the console.

Returns:

  • (String)

    The name of the contact to display on the console.

#first_nameString

The first name of the contact, used to call the contact on the device.

Returns:

  • (String)

    The first name of the contact, used to call the contact on the device.

#last_nameString

The last name of the contact, used to call the contact on the device.

Returns:

  • (String)

    The last name of the contact, used to call the contact on the device.

#phone_numberString

The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

Returns:

  • (String)

    The phone number of the contact.

#phone_numbersArray<Types::PhoneNumber>

The list of phone numbers for the contact.

Returns:

#sip_addressesArray<Types::SipAddress>

The list of SIP addresses for the contact.

Returns: