Class: Aws::SES::Types::UpdateConfigurationSetEventDestinationRequest

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

Overview

Represents a request to update the event destination of 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_set_nameString

The name of the configuration set that contains the event destination.

Returns:

  • (String)


5014
5015
5016
5017
5018
5019
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5014

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

#event_destinationTypes::EventDestination

The event destination object.



5014
5015
5016
5017
5018
5019
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5014

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