Class: Aws::Connect::Types::DeactivateEvaluationFormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeactivateEvaluationFormRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
-
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
9033 9034 9035 9036 9037 9038 9039 |
# File 'lib/aws-sdk-connect/types.rb', line 9033 class DeactivateEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.
9033 9034 9035 9036 9037 9038 9039 |
# File 'lib/aws-sdk-connect/types.rb', line 9033 class DeactivateEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) 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.
9033 9034 9035 9036 9037 9038 9039 |
# File 'lib/aws-sdk-connect/types.rb', line 9033 class DeactivateEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |