Class: Aws::MailManager::Types::RuleNumberToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleNumberToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
RuleNumberToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
RuleNumberToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleNumberToEvaluate corresponding to the set member.
The number to evaluate in a numeric condition expression.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
An email attribute that is used as the number to evaluate.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
An email attribute that is used as the number to evaluate.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3731 class RuleNumberToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleNumberToEvaluate; end class Unknown < RuleNumberToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
3731 3732 3733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3731 def unknown @unknown end |