Struct rusoto_autoscaling::CustomizedMetricSpecification [] [src]

pub struct CustomizedMetricSpecification {
    pub dimensions: Option<Vec<MetricDimension>>,
    pub metric_name: String,
    pub namespace: String,
    pub statistic: String,
    pub unit: Option<String>,
}

Configures a customized metric for a target tracking policy.

Fields

The dimensions of the metric.

The name of the metric.

The namespace of the metric.

The statistic of the metric.

The unit of the metric.

Trait Implementations

impl Default for CustomizedMetricSpecification
[src]

[src]

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

impl Debug for CustomizedMetricSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for CustomizedMetricSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more