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

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

Overview

A list of IP address filters that exist under your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

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:



2664
2665
2666
2667
2668
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2664

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