Class: Aws::Connect::Types::DescribeContactEvaluationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactEvaluationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
5841 5842 5843 5844 5845 5846 |
# File 'lib/aws-sdk-connect/types.rb', line 5841 class DescribeContactEvaluationRequest < Struct.new( :instance_id, :evaluation_id) SENSITIVE = [] 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
5841 5842 5843 5844 5845 5846 |
# File 'lib/aws-sdk-connect/types.rb', line 5841 class DescribeContactEvaluationRequest < Struct.new( :instance_id, :evaluation_id) SENSITIVE = [] include Aws::Structure end |