Class: Aws::Connect::Types::UpdateContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact.
-
#description ⇒ String
The description of the contact.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the contact.
-
#references ⇒ Hash<String,Types::Reference>
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
21455 21456 21457 21458 21459 21460 21461 21462 21463 |
# File 'lib/aws-sdk-connect/types.rb', line 21455 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the contact.
21455 21456 21457 21458 21459 21460 21461 21462 21463 |
# File 'lib/aws-sdk-connect/types.rb', line 21455 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
21455 21456 21457 21458 21459 21460 21461 21462 21463 |
# File 'lib/aws-sdk-connect/types.rb', line 21455 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the contact.
21455 21456 21457 21458 21459 21460 21461 21462 21463 |
# File 'lib/aws-sdk-connect/types.rb', line 21455 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |
#references ⇒ Hash<String,Types::Reference>
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
21455 21456 21457 21458 21459 21460 21461 21462 21463 |
# File 'lib/aws-sdk-connect/types.rb', line 21455 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |