A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/AlexaForBusiness/Types/UpdateContactRequest.html below:

UpdateContactRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::UpdateContactRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #contact_arn ⇒ String

The ARN of the contact to update.

#display_name ⇒ String

The updated display name of the contact.

#first_name ⇒ String

The updated first name of the contact.

#last_name ⇒ String

The updated last name of the contact.

#phone_number ⇒ String

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.


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