Class: Aws::MailManager::Types::RuleBooleanToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleBooleanToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
RuleBooleanToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
RuleBooleanToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleBooleanToEvaluate corresponding to the set member.
The union type representing the allowed types of operands for a boolean condition.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The boolean type representing the allowed attribute types for an email.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
The boolean type representing the allowed attribute types for an email.
2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2866 class RuleBooleanToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleBooleanToEvaluate; end class Unknown < RuleBooleanToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2866 2867 2868 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2866 def unknown @unknown end |