Class: Aws::Connect::Types::SubmitContactEvaluationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SubmitContactEvaluationResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
-
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
Instance Attribute Details
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
23145 23146 23147 23148 23149 23150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23145 class SubmitContactEvaluationResponse < Struct.new( :evaluation_id, :evaluation_arn) SENSITIVE = [] include Aws::Structure end |
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
23145 23146 23147 23148 23149 23150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23145 class SubmitContactEvaluationResponse < Struct.new( :evaluation_id, :evaluation_arn) SENSITIVE = [] include Aws::Structure end |