Class: Aws::MailManager::Types::ArchiveStringToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ArchiveStringToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
ArchiveStringToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
ArchiveStringToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ArchiveStringToEvaluate corresponding to the set member.
Specifies the email attribute to evaluate in a string 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.
342 343 344 345 346 347 348 349 350 351 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 342 class ArchiveStringToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < ArchiveStringToEvaluate; end class Unknown < ArchiveStringToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
342 343 344 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 342 def unknown @unknown end |