Struct rusoto_autoscaling::DescribeMetricCollectionTypesAnswer [] [src]

pub struct DescribeMetricCollectionTypesAnswer {
    pub granularities: Option<Vec<MetricGranularityType>>,
    pub metrics: Option<Vec<MetricCollectionType>>,
}

Contains the output of DescribeMetricsCollectionTypes.

Fields

The granularities for the metrics.

One or more metrics.

Trait Implementations

impl Default for DescribeMetricCollectionTypesAnswer
[src]

[src]

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

impl Debug for DescribeMetricCollectionTypesAnswer
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeMetricCollectionTypesAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more