Class: Aws::CloudWatchLogs::Types::DeleteDeliveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


726
727
728
729
730
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 726

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