Class: Aws::SESV2::Types::GetConfigurationSetEventDestinationsResponse

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

Overview

Information about an event destination for a configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_destinationsArray<Types::EventDestination>

An array that includes all of the events destinations that have been configured for the configuration set.

Returns:



2776
2777
2778
2779
2780
# File 'lib/aws-sdk-sesv2/types.rb', line 2776

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