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

Class: Aws::SES::Types::ListReceiptFiltersResponse

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

Overview

A list of IP address filters that exist under your AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ReceiptFilter>

A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

Returns:

  • (Array<Types::ReceiptFilter>)

    A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.