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)


1329
1330
1331
1332
1333
1334
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1329

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)


1329
1330
1331
1332
1333
1334
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1329

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