You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::UpdateContactRequestWhen passing UpdateContactRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
contact_arn: "Arn", display_name: "ContactName",
first_name: "ContactName",
last_name: "ContactName",
phone_number: "RawPhoneNumber",
phone_numbers: [
{
number: "RawPhoneNumber", type: "MOBILE", },
],
sip_addresses: [
{
uri: "SipUri", type: "WORK", },
],
}
Instance Attribute Summary collapse
The ARN of the contact to update.
The updated display name of the contact.
The updated first name of the contact.
The updated last name of the contact.
The updated phone number of the contact.
The list of phone numbers for the contact.
The list of SIP addresses for the contact.
The ARN of the contact to update.
#display_name ⇒ StringThe updated display name of the contact.
#first_name ⇒ StringThe updated first name of the contact.
#last_name ⇒ StringThe updated last name of the contact.
#phone_number ⇒ StringThe 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4