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)


813
814
815
816
817
818
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 813

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)


813
814
815
816
817
818
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 813

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