Class: Aws::SESV2::Types::GetConfigurationSetEventDestinationsRequest

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

Overview

A request to obtain information about the event destinations 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.

Returns:

  • (String)


2722
2723
2724
2725
2726
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2722

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