Class: Aws::SES::Types::CreateConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CreateConfigurationSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to create 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
-
#configuration_set ⇒ Types::ConfigurationSet
A data structure that contains the name of the configuration set.
Instance Attribute Details
#configuration_set ⇒ Types::ConfigurationSet
A data structure that contains the name of the configuration set.
615 616 617 618 619 |
# File 'lib/aws-sdk-ses/types.rb', line 615 class CreateConfigurationSetRequest < Struct.new( :configuration_set) SENSITIVE = [] include Aws::Structure end |