class
Amazonite::CloudWatchLogs::DescribeMetricFiltersRequest
- Amazonite::CloudWatchLogs::DescribeMetricFiltersRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_metric_filters_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_name : String | Nil = nil, filter_name_prefix : String | Nil = nil, next_token : String | Nil = nil, limit : Int32 | Nil = nil, metric_name : String | Nil = nil, metric_namespace : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filter_name_prefix : String | Nil
The prefix to match.
-
#filter_name_prefix=(filter_name_prefix : String | Nil)
The prefix to match.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of items returned.
-
#limit=(limit : Int32 | Nil)
The maximum number of items returned.
-
#log_group_name : String | Nil
The name of the log group.
-
#log_group_name=(log_group_name : String | Nil)
The name of the log group.
-
#metric_name : String | Nil
Filters results to include only those with the specified metric name.
-
#metric_name=(metric_name : String | Nil)
Filters results to include only those with the specified metric name.
-
#metric_namespace : String | Nil
Filters results to include only those in the specified namespace.
-
#metric_namespace=(metric_namespace : String | Nil)
Filters results to include only those in the specified namespace.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The prefix to match. CloudWatch Logs uses the value that you set here only if you also include
the logGroupName parameter in your request.
The prefix to match. CloudWatch Logs uses the value that you set here only if you also include
the logGroupName parameter in your request.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
Filters results to include only those with the specified metric name. If you include this
parameter in your request, you must also include the metricNamespace parameter.
Filters results to include only those with the specified metric name. If you include this
parameter in your request, you must also include the metricNamespace parameter.
Filters results to include only those in the specified namespace. If you include this parameter
in your request, you must also include the metricName parameter.
Filters results to include only those in the specified namespace. If you include this parameter
in your request, you must also include the metricName parameter.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)