Class: Aws::ConfigService::Types::DescribeDeliveryChannelStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeDeliveryChannelStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The output for the DescribeDeliveryChannelStatus action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_channels_status ⇒ Array<Types::DeliveryChannelStatus>
A list that contains the status of a specified delivery channel.
Instance Attribute Details
#delivery_channels_status ⇒ Array<Types::DeliveryChannelStatus>
A list that contains the status of a specified delivery channel.
3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-configservice/types.rb', line 3059 class DescribeDeliveryChannelStatusResponse < Struct.new( :delivery_channels_status) SENSITIVE = [] include Aws::Structure end |