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

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



2713
2714
2715
2716
2717
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2713

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