Struct rusoto_autoscaling::EnabledMetric [] [src]

pub struct EnabledMetric {
    pub granularity: Option<XmlStringMaxLen255>,
    pub metric: Option<XmlStringMaxLen255>,
}

Describes an enabled metric.

Fields

The granularity of the metric. The only valid value is 1Minute.

One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Trait Implementations

impl Default for EnabledMetric
[src]

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

impl Debug for EnabledMetric
[src]

Formats the value using the given formatter.

impl Clone for EnabledMetric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more