Class: Aws::MailManager::Types::ArchiveBooleanToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ArchiveBooleanToEvaluate
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Note:
ArchiveBooleanToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
ArchiveBooleanToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ArchiveBooleanToEvaluate corresponding to the set member.
The attribute to evaluate in a boolean expression.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of the email attribute to evaluate.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
The name of the email attribute to evaluate.
221 222 223 224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 221 class ArchiveBooleanToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < ArchiveBooleanToEvaluate; end class Unknown < ArchiveBooleanToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
221 222 223 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 221 def unknown @unknown end |