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 AWS 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:



2625
2626
2627
2628
2629
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2625

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