Class: Aws::Connect::Types::EvaluationFormMultiSelectQuestionAutomationOption

Inherits:
Struct
  • Object
show all
Includes:
Structure, Structure::Union
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Note:

EvaluationFormMultiSelectQuestionAutomationOption is a union - when making an API calls you must set exactly one of the members.

Note:

EvaluationFormMultiSelectQuestionAutomationOption is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EvaluationFormMultiSelectQuestionAutomationOption corresponding to the set member.

An automation option for a multi-select question.

Direct Known Subclasses

RuleCategory, Unknown

Defined Under Namespace

Classes: RuleCategory, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_categoryTypes::MultiSelectQuestionRuleCategoryAutomation

Rule category configuration for this automation option.



12358
12359
12360
12361
12362
12363
12364
12365
12366
12367
# File 'lib/aws-sdk-connect/types.rb', line 12358

class EvaluationFormMultiSelectQuestionAutomationOption < Struct.new(
  :rule_category,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class RuleCategory < EvaluationFormMultiSelectQuestionAutomationOption; end
  class Unknown < EvaluationFormMultiSelectQuestionAutomationOption; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



12358
12359
12360
# File 'lib/aws-sdk-connect/types.rb', line 12358

def unknown
  @unknown
end