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. Read more

impl Clone for ScalingTrigger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ScalingTrigger
[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