Class: Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#automationTypes::EvaluationFormSingleSelectQuestionAutomation

The display mode of the single select question.



6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-connect/types.rb', line 6694

class EvaluationFormSingleSelectQuestionProperties < Struct.new(
  :options,
  :display_as,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end

#display_asString

The display mode of the single select question.

Returns:

  • (String)


6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-connect/types.rb', line 6694

class EvaluationFormSingleSelectQuestionProperties < Struct.new(
  :options,
  :display_as,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<Types::EvaluationFormSingleSelectQuestionOption>

The answer options of the single select question.



6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-connect/types.rb', line 6694

class EvaluationFormSingleSelectQuestionProperties < Struct.new(
  :options,
  :display_as,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end