Class: Aws::SESV2::Types::GetBlacklistReportsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

An object that contains information about blacklist events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blacklist_reportHash<String,Array<Types::BlacklistEntry>>

An object that contains information about a blacklist that one of your dedicated IP addresses appears on.

Returns:



2685
2686
2687
2688
2689
# File 'lib/aws-sdk-sesv2/types.rb', line 2685

class GetBlacklistReportsResponse < Struct.new(
  :blacklist_report)
  SENSITIVE = []
  include Aws::Structure
end