Class: Aws::SESV2::Types::UpdateConfigurationSetEventDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/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

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set that contains the event destination to modify.

Returns:

  • (String)


7037
7038
7039
7040
7041
7042
7043
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7037

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

#event_destinationTypes::EventDestinationDefinition

An object that defines the event destination.



7037
7038
7039
7040
7041
7042
7043
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7037

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

#event_destination_nameString

The name of the event destination.

Returns:

  • (String)


7037
7038
7039
7040
7041
7042
7043
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7037

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