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.
21864 21865 21866 21867 21868 21869 21870 21871 21872 |
# File 'lib/aws-sdk-connect/types.rb', line 21864 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.
21864 21865 21866 21867 21868 21869 21870 21871 21872 |
# File 'lib/aws-sdk-connect/types.rb', line 21864 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
21864 21865 21866 21867 21868 21869 21870 21871 21872 |
# File 'lib/aws-sdk-connect/types.rb', line 21864 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.
21864 21865 21866 21867 21868 21869 21870 21871 21872 |
# File 'lib/aws-sdk-connect/types.rb', line 21864 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).
21864 21865 21866 21867 21868 21869 21870 21871 21872 |
# File 'lib/aws-sdk-connect/types.rb', line 21864 class UpdateContactRequest < Struct.new( :instance_id, :contact_id, :name, :description, :references) SENSITIVE = [:name, :description] include Aws::Structure end |