Class: Aws::SES::Types::ListReceiptFiltersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListReceiptFiltersResponse
- 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
-
#filters ⇒ 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.
Instance Attribute Details
#filters ⇒ 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.
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 |