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.
21590 21591 21592 21593 21594 21595 21596 21597 21598 |
# File 'lib/aws-sdk-connect/types.rb', line 21590 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.
21590 21591 21592 21593 21594 21595 21596 21597 21598 |
# File 'lib/aws-sdk-connect/types.rb', line 21590 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
21590 21591 21592 21593 21594 21595 21596 21597 21598 |
# File 'lib/aws-sdk-connect/types.rb', line 21590 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.
21590 21591 21592 21593 21594 21595 21596 21597 21598 |
# File 'lib/aws-sdk-connect/types.rb', line 21590 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).
21590 21591 21592 21593 21594 21595 21596 21597 21598 |
# File 'lib/aws-sdk-connect/types.rb', line 21590 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |