Struct rusoto_emr::ScalingAction [] [src]

pub struct ScalingAction {
    pub market: Option<String>,
    pub simple_scaling_policy_configuration: SimpleScalingPolicyConfiguration,
}

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

Fields

Not available for instance groups. Instance groups use the market type specified for the group.

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

Trait Implementations

impl Default for ScalingAction
[src]

[src]

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

impl Debug for ScalingAction
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScalingAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more