Class: Aws::MailManager::Types::IngressAnalysis

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzerString

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

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2062

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

#result_fieldString

The returned value from an Add On.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2062

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