Class: Aws::SES::Types::DeleteReceiptFilterRequest

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

Overview

Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_nameString

The name of the IP address filter to delete.

Returns:

  • (String)


1081
1082
1083
1084
1085
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1081

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