Class: Aws::ConfigService::Types::DescribeDeliveryChannelsRequest

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

Overview

Note:

When making an API call, you may pass DescribeDeliveryChannelsRequest data as a hash:

{
  delivery_channel_names: ["ChannelName"],
}

The input for the DescribeDeliveryChannels action.

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channel_namesArray<String>

A list of delivery channel names.

Returns:

  • (Array<String>)


2162
2163
2164
2165
# File 'lib/aws-sdk-configservice/types.rb', line 2162

class DescribeDeliveryChannelsRequest < Struct.new(
  :delivery_channel_names)
  include Aws::Structure
end