Class: Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetConfigurationSetEventDestinationsResponse
- Includes:
- Structure
- Defined in:
- 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.
1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1217 class GetConfigurationSetEventDestinationsResponse < Struct.new( :event_destinations) SENSITIVE = [] include Aws::Structure end |