class Amazonite::CloudWatchLogs::DescribeMetricFiltersRequest

Included Modules

Defined in:

cloudwatch_logs/describe_metric_filters_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def filter_name_prefix : String | Nil #

The prefix to match. CloudWatch Logs uses the value that you set here only if you also include the logGroupName parameter in your request.


[View source]
def filter_name_prefix=(filter_name_prefix : String | Nil) #

The prefix to match. CloudWatch Logs uses the value that you set here only if you also include the logGroupName parameter in your request.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def limit : Int32 | Nil #

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.


[View source]
def limit=(limit : Int32 | Nil) #

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.


[View source]
def log_group_name : String | Nil #

The name of the log group.


[View source]
def log_group_name=(log_group_name : String | Nil) #

The name of the log group.


[View source]
def metric_name : String | Nil #

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.


[View source]
def metric_name=(metric_name : String | Nil) #

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.


[View source]
def metric_namespace : String | Nil #

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.


[View source]
def metric_namespace=(metric_namespace : String | Nil) #

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.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def next_token=(next_token : String | Nil) #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def validate! : Nil #

[View source]