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.
12774 12775 12776 12777 12778 |
# File 'lib/aws-sdk-connect/types.rb', line 12774 class EvaluationFormTextQuestionProperties < Struct.new( :automation) SENSITIVE = [] include Aws::Structure end |