Class: Aws::Connect::Types::CreateEvaluationFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateEvaluationFormResponse
- Defined in:
- gems/aws-sdk-connect/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.
Instance Attribute Details
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3788 class CreateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3788 class CreateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn) SENSITIVE = [] include Aws::Structure end |