Class: Aws::SES::Types::DeleteConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DeleteConfigurationSetRequest
- Defined in:
- gems/aws-sdk-ses/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set to delete.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set to delete.
960 961 962 963 964 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 960 class DeleteConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |