Class: Aws::PinpointEmail::Types::DeleteConfigurationSetEventDestinationRequest

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

Overview

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

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 that you want to delete.

Returns:

  • (String)


494
495
496
497
498
499
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 494

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

#event_destination_nameString

The name of the event destination that you want to delete.

Returns:

  • (String)


494
495
496
497
498
499
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 494

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