Class: Aws::ConfigService::Types::DescribeDeliveryChannelStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

The input for the DeliveryChannelStatus action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channel_namesArray<String>

A list of delivery channel names.

Returns:

  • (Array<String>)


2922
2923
2924
2925
2926
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2922

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