Class: Aws::ConfigService::Types::DeleteDeliveryChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteDeliveryChannelRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_channel_name ⇒ String
The name of the delivery channel that you want to delete.
Instance Attribute Details
#delivery_channel_name ⇒ String
The name of the delivery channel that you want to delete.
2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2404 class DeleteDeliveryChannelRequest < Struct.new( :delivery_channel_name) SENSITIVE = [] include Aws::Structure end |