Class: Aws::PinpointSMSVoice::Types::GetConfigurationSetEventDestinationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb

Overview

An object that contains information about an event destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_destinationsArray<Types::EventDestination>

An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination.

Returns:



277
278
279
280
281
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 277

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