Class: Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationRequest

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

#nameString

The name of the delivery destination that you want to delete. You can find a list of delivery destionation names by using the

DescribeDeliveryDestinations][1

operation.

[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveryDestinations.html

Returns:

  • (String)


709
710
711
712
713
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 709

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