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

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

Returns:

  • (String)


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

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