Class: Aws::CloudWatchLogs::Types::DeleteDeliverySourceRequest

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 source that you want to delete.

Returns:

  • (String)


902
903
904
905
906
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 902

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