Class: Aws::PinpointSMSVoice::Types::GetConfigurationSetEventDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::GetConfigurationSetEventDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that contains information about an event destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_destinations ⇒ Array<Types::EventDestination>
An array of EventDestination objects.
Instance Attribute Details
#event_destinations ⇒ Array<Types::EventDestination>
An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination.
277 278 279 280 281 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 277 class GetConfigurationSetEventDestinationsResponse < Struct.new( :event_destinations) SENSITIVE = [] include Aws::Structure end |