Class: Aws::SES::Types::CreateConfigurationSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setTypes::ConfigurationSet

A data structure that contains the name of the configuration set.



615
616
617
618
619
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 615

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