Class: Aws::Connect::Types::EvaluationFormTextQuestionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormTextQuestionProperties
- Defined in:
- gems/aws-sdk-connect/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.
12740 12741 12742 12743 12744 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12740 class EvaluationFormTextQuestionProperties < Struct.new( :automation) SENSITIVE = [] include Aws::Structure end |