Class: Aws::Connect::Types::DeactivateEvaluationFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeactivateEvaluationFormResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
-
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
-
#evaluation_form_version ⇒ Integer
The version of the deactivated evaluation form resource.
Instance Attribute Details
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-connect/types.rb', line 5029 class DeactivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-connect/types.rb', line 5029 class DeactivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
The version of the deactivated evaluation form resource.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-connect/types.rb', line 5029 class DeactivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |