Class: Aws::ConfigService::Types::DescribeDeliveryChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeDeliveryChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The output for the DescribeDeliveryChannels action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_channels ⇒ Array<Types::DeliveryChannel>
A list that contains the descriptions of the specified delivery channel.
Instance Attribute Details
#delivery_channels ⇒ Array<Types::DeliveryChannel>
A list that contains the descriptions of the specified delivery channel.
3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-configservice/types.rb', line 3088 class DescribeDeliveryChannelsResponse < Struct.new( :delivery_channels) SENSITIVE = [] include Aws::Structure end |