Class: Aws::CloudWatchLogs::Types::DeleteMetricFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteMetricFilterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_name ⇒ String
The name of the metric filter.
-
#log_group_name ⇒ String
The name of the log group.
Instance Attribute Details
#filter_name ⇒ String
The name of the metric filter.
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_name ⇒ String
The name of the log group.
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 |