Class: Aws::AlexaForBusiness::Types::CreateContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:phone_number]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, user-specified identifier for this request that ensures idempotency.
-
#display_name ⇒ String
The name of the contact to display on the console.
-
#first_name ⇒ String
The first name of the contact that is used to call the contact on the device.
-
#last_name ⇒ String
The last name of the contact that is used to call the contact on the device.
-
#phone_number ⇒ String
The phone number of the contact in E.164 format.
-
#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.
-
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource.
Instance Attribute Details
#client_request_token ⇒ String
A unique, user-specified identifier for this request that ensures idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#display_name ⇒ String
The name of the contact to display on the console.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#first_name ⇒ String
The first name of the contact that is used to call the contact on the device.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#last_name ⇒ String
The last name of the contact that is used to call the contact on the device.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#phone_number ⇒ String
The phone number of the contact in E.164 format. 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.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The list of phone numbers for the contact.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#sip_addresses ⇒ Array<Types::SipAddress>
The list of SIP addresses for the contact.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource. Do not provide system tags.
811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 811 class CreateContactRequest < Struct.new( :display_name, :first_name, :last_name, :phone_number, :phone_numbers, :sip_addresses, :client_request_token, :tags) SENSITIVE = [:phone_number] include Aws::Structure end |