Class: Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsResponse
- 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
-
#event_destinations ⇒ Array<Types::EventDestination>
An array that includes all of the events destinations that have been configured for the configuration set.
Instance Attribute Details
#event_destinations ⇒ Array<Types::EventDestination>
An array that includes all of the events destinations that have been configured for the configuration set.
1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1512 class GetConfigurationSetEventDestinationsResponse < Struct.new( :event_destinations) SENSITIVE = [] include Aws::Structure end |