Class: Aws::PinpointEmail::Types::GetBlacklistReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetBlacklistReportsResponse
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb
Overview
An object that contains information about blacklist events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blacklist_report ⇒ Hash<String,Array<Types::BlacklistEntry>>
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
Instance Attribute Details
#blacklist_report ⇒ Hash<String,Array<Types::BlacklistEntry>>
An object that contains information about a blacklist that one of your dedicated IP addresses appears on.
1186 1187 1188 1189 1190 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1186 class GetBlacklistReportsResponse < Struct.new( :blacklist_report) SENSITIVE = [] include Aws::Structure end |