Class: Aws::Connect::Types::EvaluationFormTextQuestionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormTextQuestionProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about properties for a text question in an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormTextQuestionAutomation
The automation properties of the text question.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormTextQuestionAutomation
The automation properties of the text question.
13053 13054 13055 13056 13057 |
# File 'lib/aws-sdk-connect/types.rb', line 13053 class EvaluationFormTextQuestionProperties < Struct.new( :automation) SENSITIVE = [] include Aws::Structure end |