Class: Aws::AlexaForBusiness::Types::Contact
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Contact
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
A contact with attributes.
Constant Summary collapse
- SENSITIVE =
[:phone_number]
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.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#display_name ⇒ String
The name of the contact to display on the console.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#first_name ⇒ String
The first name of the contact, used to call the contact on the device.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#last_name ⇒ String
The last name of the contact, used to call the contact on the device.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#phone_number ⇒ String
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.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The list of phone numbers for the contact.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |
#sip_addresses ⇒ Array<Types::SipAddress>
The list of SIP addresses for the contact.
596 597 598 599 600 601 602 603 604 605 606 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 596 class Contact < Struct.new( :contact_arn, :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses) SENSITIVE = [:phone_number] include Aws::Structure end |