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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.



12045
12046
12047
12048
12049
12050
12051
12052
12053
12054
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12045

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



12045
12046
12047
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12045

def unknown
  @unknown
end