Class: Aws::CloudWatchLogs::Types::DeleteMetricFilterRequest

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 metric filter.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1257

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

#log_group_nameString

The name of the log group.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1257

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