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>)


3045
3046
3047
3048
3049
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3045

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