Class: Aws::ConfigService::Types::DeleteDeliveryChannelRequest

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

Overview

Note:

When making an API call, you may pass DeleteDeliveryChannelRequest data as a hash:

{
  delivery_channel_name: "ChannelName", # required
}

The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channel_nameString

The name of the delivery channel to delete.

Returns:

  • (String)


2008
2009
2010
2011
2012
# File 'lib/aws-sdk-configservice/types.rb', line 2008

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