You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetBlacklistReportsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  blacklist_item_names: ["BlacklistItemName"], # required
}

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

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>)

    A list of IP addresses that you want to retrieve blacklist information about.