Struct rusoto_emr::AutoScalingPolicyStatus[][src]

pub struct AutoScalingPolicyStatus {
    pub state: Option<String>,
    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. Read more

impl Clone for AutoScalingPolicyStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AutoScalingPolicyStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations