Class: Aws::SES::Types::UpdateConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateConfigurationSetEventDestinationRequest
- Includes:
- Aws::Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination.
-
#event_destination ⇒ Types::EventDestination
The event destination object.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination.
5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-ses/types.rb', line 5085 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestination
The event destination object.
5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-ses/types.rb', line 5085 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |