Struct rusoto_cloudwatch::ListMetricsOutput[][src]

pub struct ListMetricsOutput {
    pub metrics: Option<Vec<Metric>>,
    pub next_token: Option<String>,
}

Fields

The metrics.

The token that marks the start of the next batch of returned results.

Trait Implementations

impl Default for ListMetricsOutput
[src]

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

impl Debug for ListMetricsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListMetricsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListMetricsOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations