Class: Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the options in single select questions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormSingleSelectQuestionAutomation
The display mode of the single select question.
-
#display_as ⇒ String
The display mode of the single select question.
-
#options ⇒ Array<Types::EvaluationFormSingleSelectQuestionOption>
The answer options of the single select question.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormSingleSelectQuestionAutomation
The display mode of the single select question.
8794 8795 8796 8797 8798 8799 8800 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8794 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end |
#display_as ⇒ String
The display mode of the single select question.
8794 8795 8796 8797 8798 8799 8800 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8794 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::EvaluationFormSingleSelectQuestionOption>
The answer options of the single select question.
8794 8795 8796 8797 8798 8799 8800 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8794 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end |