Struct rusoto_application_autoscaling::PredefinedMetricSpecification [] [src]

pub struct PredefinedMetricSpecification {
    pub predefined_metric_type: String,
    pub resource_label: Option<String>,
}

Configures a predefined metric for a target tracking policy.

Fields

The metric type.

Reserved for future use.

Trait Implementations

impl Default for PredefinedMetricSpecification
[src]

[src]

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

impl Debug for PredefinedMetricSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for PredefinedMetricSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more