Class: Aws::MailManager::Types::Analysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::Analysis
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The result of an analysis can be used in conditions to trigger actions. Analyses can inspect the email content and report a certain aspect of the email.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer ⇒ String
The Amazon Resource Name (ARN) of an Add On.
-
#result_field ⇒ String
The returned value from an Add On.
Instance Attribute Details
#analyzer ⇒ String
The Amazon Resource Name (ARN) of an Add On.
175 176 177 178 179 180 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 175 class Analysis < Struct.new( :analyzer, :result_field) SENSITIVE = [] include Aws::Structure end |
#result_field ⇒ String
The returned value from an Add On.
175 176 177 178 179 180 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 175 class Analysis < Struct.new( :analyzer, :result_field) SENSITIVE = [] include Aws::Structure end |