Struct rusoto_emr::ScalingTrigger [] [src]

pub struct ScalingTrigger {
    pub cloud_watch_alarm_definition: CloudWatchAlarmDefinition,
}

The conditions that trigger an automatic scaling activity.

Fields

The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.

Trait Implementations

impl Default for ScalingTrigger
[src]

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

impl Debug for ScalingTrigger
[src]

Formats the value using the given formatter.

impl Clone for ScalingTrigger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more