Method: Aws::SES::Types::CreateConfigurationSetEventDestinationRequest#configuration_set_name

Defined in:
lib/aws-sdk-ses/types.rb

#configuration_set_nameString

The name of the configuration set that the event destination should be associated with.

Returns:

  • (String)


627
628
629
630
631
632
# File 'lib/aws-sdk-ses/types.rb', line 627

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