You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::ContactData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ContactData
- Defined in:
- (unknown)
Overview
Information related to a contact.
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the contact.
-
#display_name ⇒ String
The name of the contact to display on the console.
-
#first_name ⇒ String
The first name of the contact, used to call the contact on the device.
-
#last_name ⇒ String
The last name of the contact, used to call the contact on the device.
-
#phone_number ⇒ String
The phone number of the contact.
-
#phone_numbers ⇒ Array<Types::PhoneNumber>
The list of phone numbers for the contact.
-
#sip_addresses ⇒ Array<Types::SipAddress>
The list of SIP addresses for the contact.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact.
#display_name ⇒ String
The name of the contact to display on the console.
#first_name ⇒ String
The first name of the contact, used to call the contact on the device.
#last_name ⇒ String
The last name of the contact, used to call the contact on the device.
#phone_number ⇒ String
The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
#phone_numbers ⇒ Array<Types::PhoneNumber>
The list of phone numbers for the contact.
#sip_addresses ⇒ Array<Types::SipAddress>
The list of SIP addresses for the contact.