Class: Aws::PinpointEmail::Types::GetBlacklistReportsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointemail/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:



1186
1187
1188
1189
1190
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1186

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