Class: Aws::SESV2::Types::GetBlacklistReportsRequest

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

Overview

A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blacklist_item_namesArray<String>

A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.

Returns:

  • (Array<String>)


2670
2671
2672
2673
2674
# File 'lib/aws-sdk-sesv2/types.rb', line 2670

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