Class: Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsResponse

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



1217
1218
1219
1220
1221
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1217

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