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

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

Overview

The output for the DescribeDeliveryChannels action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channelsArray<Types::DeliveryChannel>

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

Returns:



3088
3089
3090
3091
3092
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3088

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