Class: Aws::SES::Types::DeleteConfigurationSetRequest

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

Overview

Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set to delete.

Returns:

  • (String)


999
1000
1001
1002
1003
# File 'lib/aws-sdk-ses/types.rb', line 999

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