Class: Aws::AlexaForBusiness::Types::UpdateContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact to update.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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 updated display name of the contact.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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 updated first name of the contact.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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 updated last name of the contact.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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 updated 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)


4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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:



4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

class UpdateContactRequest < 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:



4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4903

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