Class: Aws::MailManager::Types::ArchiveStringExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ArchiveStringExpression
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
A string expression to evaluate an email attribute value against one or more string values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::ArchiveStringToEvaluate
The attribute of the email to evaluate.
-
#operator ⇒ String
The operator to use when evaluating the string values.
-
#values ⇒ Array<String>
The list of string values to evaluate the email attribute against.
Instance Attribute Details
#evaluate ⇒ Types::ArchiveStringToEvaluate
The attribute of the email to evaluate.
322 323 324 325 326 327 328 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 322 class ArchiveStringExpression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use when evaluating the string values.
322 323 324 325 326 327 328 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 322 class ArchiveStringExpression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The list of string values to evaluate the email attribute against.
322 323 324 325 326 327 328 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 322 class ArchiveStringExpression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |