Class: Aws::PinpointEmail::Types::CreateConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::CreateConfigurationSetEventDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
A request to add an event destination to a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set that you want to add an event destination to.
-
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines the event destination.
-
#event_destination_name ⇒ String
A name that identifies the event destination within the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that you want to add an event destination to.
192 193 194 195 196 197 198 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 192 class CreateConfigurationSetEventDestinationRequest < 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.
192 193 194 195 196 197 198 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 192 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination_name ⇒ String
A name that identifies the event destination within the configuration set.
192 193 194 195 196 197 198 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 192 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name, :event_destination) SENSITIVE = [] include Aws::Structure end |