Class: Aws::ConfigService::Types::DescribeDeliveryChannelStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeDeliveryChannelStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The input for the DeliveryChannelStatus 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.
3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-configservice/types.rb', line 3045 class DescribeDeliveryChannelStatusRequest < Struct.new( :delivery_channel_names) SENSITIVE = [] include Aws::Structure end |