Class: Aws::Connect::Types::UpdateEvaluationFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateEvaluationFormResponse
- 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 contact evaluation resource.
-
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
-
#evaluation_form_version ⇒ Integer
The version of the updated evaluation form resource.
Instance Attribute Details
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
22042 22043 22044 22045 22046 22047 22048 |
# File 'lib/aws-sdk-connect/types.rb', line 22042 class UpdateEvaluationFormResponse < 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.
22042 22043 22044 22045 22046 22047 22048 |
# File 'lib/aws-sdk-connect/types.rb', line 22042 class UpdateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
The version of the updated evaluation form resource.
22042 22043 22044 22045 22046 22047 22048 |
# File 'lib/aws-sdk-connect/types.rb', line 22042 class UpdateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end |