Struct rusoto_emr::AutoScalingPolicyStatus [] [src]

pub struct AutoScalingPolicyStatus {
    pub state: Option<AutoScalingPolicyState>,
    pub state_change_reason: Option<AutoScalingPolicyStateChangeReason>,
}

The status of an automatic scaling policy.

Fields

Indicates the status of the automatic scaling policy.

The reason for a change in status.

Trait Implementations

impl Default for AutoScalingPolicyStatus
[src]

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

impl Debug for AutoScalingPolicyStatus
[src]

Formats the value using the given formatter.

impl Clone for AutoScalingPolicyStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more