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.
371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 371 class ArchiveStringExpression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use when evaluating the string values.
371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 371 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.
371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 371 class ArchiveStringExpression < Struct.new( :evaluate, :operator, :values) SENSITIVE = [] include Aws::Structure end |