Class: Aws::Connect::Types::DeleteContactEvaluationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteContactEvaluationRequest
- 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 Connect Customer instance.
Instance Attribute Details
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
9282 9283 9284 9285 9286 9287 |
# File 'lib/aws-sdk-connect/types.rb', line 9282 class DeleteContactEvaluationRequest < Struct.new( :instance_id, :evaluation_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
9282 9283 9284 9285 9286 9287 |
# File 'lib/aws-sdk-connect/types.rb', line 9282 class DeleteContactEvaluationRequest < Struct.new( :instance_id, :evaluation_id) SENSITIVE = [] include Aws::Structure end |