[][src]Struct rusoto_cloudwatch::ListMetricsInput

pub struct ListMetricsInput {
    pub dimensions: Option<Vec<DimensionFilter>>,
    pub metric_name: Option<String>,
    pub namespace: Option<String>,
    pub next_token: Option<String>,
}

Fields

dimensions: Option<Vec<DimensionFilter>>

The dimensions to filter against.

metric_name: Option<String>

The name of the metric to filter against.

namespace: Option<String>

The namespace to filter against.

next_token: Option<String>

The token returned by a previous call to indicate that there is more data available.

Trait Implementations

impl Clone for ListMetricsInput[src]

impl Default for ListMetricsInput[src]

impl PartialEq<ListMetricsInput> for ListMetricsInput[src]

impl Debug for ListMetricsInput[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self