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

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

Instance Attribute Details

#delivery_channel_namesArray<String>

A list of delivery channel names.

Returns:

  • (Array<String>)


3017
3018
3019
3020
3021
# File 'lib/aws-sdk-configservice/types.rb', line 3017

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