Class: Aws::MailManager::Types::Analysis

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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

Instance Attribute Details

#analyzerString

The Amazon Resource Name (ARN) of an Add On.

Returns:

  • (String)


126
127
128
129
130
131
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 126

class Analysis < Struct.new(
  :analyzer,
  :result_field)
  SENSITIVE = []
  include Aws::Structure
end

#result_fieldString

The returned value from an Add On.

Returns:

  • (String)


126
127
128
129
130
131
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 126

class Analysis < Struct.new(
  :analyzer,
  :result_field)
  SENSITIVE = []
  include Aws::Structure
end