Class: Aws::ConfigService::Types::DescribeDeliveryChannelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The output for the DescribeDeliveryChannels action.

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channelsArray<Types::DeliveryChannel>

A list that contains the descriptions of the specified delivery channel.

Returns:



1315
1316
1317
1318
# File 'lib/aws-sdk-configservice/types.rb', line 1315

class DescribeDeliveryChannelsResponse < Struct.new(
  :delivery_channels)
  include Aws::Structure
end