Class: Aws::AlexaForBusiness::Types::ContactData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Information related to a contact.

Constant Summary collapse

SENSITIVE =
[:phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact.

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#display_nameString

The name of the contact to display on the console.

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#first_nameString

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

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#last_nameString

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

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#phone_numberString

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.

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#phone_numbersArray<Types::PhoneNumber>

The list of phone numbers for the contact.

Returns:



562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#sip_addressesArray<Types::SipAddress>

The list of SIP addresses for the contact.

Returns:



562
563
564
565
566
567
568
569
570
571
572
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 562

class ContactData < Struct.new(
  :contact_arn,
  :display_name,
  :first_name,
  :last_name,
  :phone_number,
  :phone_numbers,
  :sip_addresses)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end