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

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

#destination_nameString

The name of the destination.

Returns:

  • (String)


1535
1536
1537
1538
1539
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1535

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