Class: Aws::CloudWatchLogs::Types::DeleteSubscriptionFilterRequest

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

#filter_nameString

The name of the subscription filter.

Returns:

  • (String)


885
886
887
888
889
890
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 885

class DeleteSubscriptionFilterRequest < Struct.new(
  :log_group_name,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of the log group.

Returns:

  • (String)


885
886
887
888
889
890
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 885

class DeleteSubscriptionFilterRequest < Struct.new(
  :log_group_name,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end