Class: Aws::ConfigService::Types::DescribeDeliveryChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeDeliveryChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The input for the DescribeDeliveryChannels action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_channel_names ⇒ Array<String>
A list of delivery channel names.
Instance Attribute Details
#delivery_channel_names ⇒ Array<String>
A list of delivery channel names.
3073 3074 3075 3076 3077 |
# File 'lib/aws-sdk-configservice/types.rb', line 3073 class DescribeDeliveryChannelsRequest < Struct.new( :delivery_channel_names) SENSITIVE = [] include Aws::Structure end |