Class: Aws::PinpointEmail::Types::UpdateConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::UpdateConfigurationSetEventDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
A request to change the settings for an event destination for a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination that you want to modify.
-
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines the event destination.
-
#event_destination_name ⇒ String
The name of the event destination that you want to modify.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that contains the event destination that you want to modify.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 3082 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines the event destination.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 3082 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination_name ⇒ String
The name of the event destination that you want to modify.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 3082 class UpdateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end |