Class: Aws::ConfigService::Types::DescribeDeliveryChannelStatusResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#delivery_channels_statusArray<Types::DeliveryChannelStatus>

A list that contains the status of a specified delivery channel.

Returns:



3196
3197
3198
3199
3200
# File 'lib/aws-sdk-configservice/types.rb', line 3196

class DescribeDeliveryChannelStatusResponse < Struct.new(
  :delivery_channels_status)
  SENSITIVE = []
  include Aws::Structure
end