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)


910
911
912
913
914
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 910

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