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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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 operation.

Returns:

  • (String)


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

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