Class: Aws::CloudWatchLogs::Types::DeleteDeliveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDeliveryRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique ID of the delivery to delete.
Instance Attribute Details
#id ⇒ String
The unique ID of the delivery to delete. You can find the ID of a delivery with the DescribeDeliveries operation.
1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1102 class DeleteDeliveryRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |