class Aws::PinpointEmail::Types::DeleteConfigurationSetEventDestinationRequest

A request to delete an event destination from a configuration set.

@note When making an API call, you may pass DeleteConfigurationSetEventDestinationRequest

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      event_destination_name: "EventDestinationName", # required
    }

@!attribute [rw] configuration_set_name

The name of the configuration set that contains the event
destination that you want to delete.
@return [String]

@!attribute [rw] event_destination_name

The name of the event destination that you want to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/DeleteConfigurationSetEventDestinationRequest AWS API Documentation

Constants

SENSITIVE