Struct rusoto_emr::ScalingConstraints [] [src]

pub struct ScalingConstraints {
    pub max_capacity: i64,
    pub min_capacity: i64,
}

The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activities triggered by automatic scaling rules will not cause an instance group to grow above or below these limits.

Fields

The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow. Scale-out activities will not add instances beyond this boundary.

The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink. Scale-in activities will not terminate instances below this boundary.

Trait Implementations

impl Default for ScalingConstraints
[src]

[src]

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

impl Debug for ScalingConstraints
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScalingConstraints
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more