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.



7579
7580
7581
7582
7583
7584
7585
# File 'lib/aws-sdk-connect/types.rb', line 7579

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)


7579
7580
7581
7582
7583
7584
7585
# File 'lib/aws-sdk-connect/types.rb', line 7579

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

#optionsArray<Types::EvaluationFormSingleSelectQuestionOption>

The answer options of the single select question.



7579
7580
7581
7582
7583
7584
7585
# File 'lib/aws-sdk-connect/types.rb', line 7579

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