Class: Aws::SES::Types::DeleteReceiptRuleSetRequest

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

Overview

Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_set_nameString

The name of the receipt rule set to delete.

Returns:

  • (String)


1140
1141
1142
1143
1144
# File 'lib/aws-sdk-ses/types.rb', line 1140

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