Class: Aws::Connect::Types::DescribeEvaluationFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeEvaluationFormResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_form ⇒ Types::EvaluationForm
Information about the evaluation form.
Instance Attribute Details
#evaluation_form ⇒ Types::EvaluationForm
Information about the evaluation form.
5875 5876 5877 5878 5879 |
# File 'lib/aws-sdk-connect/types.rb', line 5875 class DescribeEvaluationFormResponse < Struct.new( :evaluation_form) SENSITIVE = [] include Aws::Structure end |