Class: Aws::CloudWatchLogs::Types::DeleteDestinationRequest

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

#destination_nameString

The name of the destination.

Returns:

  • (String)


750
751
752
753
754
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 750

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