Class: Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
- Includes:
- Structure
- Defined in:
- 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.
7720 7721 7722 7723 7724 7725 7726 |
# File 'lib/aws-sdk-connect/types.rb', line 7720 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end |
#display_as ⇒ String
The display mode of the single select question.
7720 7721 7722 7723 7724 7725 7726 |
# File 'lib/aws-sdk-connect/types.rb', line 7720 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.
7720 7721 7722 7723 7724 7725 7726 |
# File 'lib/aws-sdk-connect/types.rb', line 7720 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end |