Struct rusoto_logs::DeleteMetricFilterRequest [] [src]

pub struct DeleteMetricFilterRequest {
    pub filter_name: String,
    pub log_group_name: String,
}

Fields

The name of the metric filter.

The name of the log group.

Trait Implementations

impl Default for DeleteMetricFilterRequest
[src]

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

impl Debug for DeleteMetricFilterRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteMetricFilterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more