Class: Aws::CloudWatchLogs::Types::DeleteDeliveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDeliveryRequest
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveries.html
890 891 892 893 894 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 890 class DeleteDeliveryRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |