Struct rusoto_logs::DescribeMetricFiltersRequest [] [src]

pub struct DescribeMetricFiltersRequest {
    pub filter_name_prefix: Option<String>,
    pub limit: Option<i64>,
    pub log_group_name: Option<String>,
    pub metric_name: Option<String>,
    pub metric_namespace: Option<String>,
    pub next_token: Option<String>,
}

Fields

The prefix to match.

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

The name of the log group.

The namespace of the CloudWatch metric.

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

Trait Implementations

impl Default for DescribeMetricFiltersRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeMetricFiltersRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeMetricFiltersRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations