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

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

Overview

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

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:



2647
2648
2649
2650
# File 'lib/aws-sdk-ses/types.rb', line 2647

class ListReceiptFiltersResponse < Struct.new(
  :filters)
  include Aws::Structure
end