Class: Aws::Connect::Types::EvaluationFormMultiSelectQuestionAutomationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormMultiSelectQuestionAutomationOption
- 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
Defined Under Namespace
Classes: RuleCategory, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_category ⇒ Types::MultiSelectQuestionRuleCategoryAutomation
Rule category configuration for this automation option.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rule_category ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown
12045 12046 12047 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12045 def unknown @unknown end |