[][src]Struct rusoto_emr::ScalingTrigger

pub struct ScalingTrigger {
    pub cloud_watch_alarm_definition: CloudWatchAlarmDefinition,
}

The conditions that trigger an automatic scaling activity.

Fields

cloud_watch_alarm_definition: CloudWatchAlarmDefinition

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 Clone for ScalingTrigger[src]

impl Debug for ScalingTrigger[src]

impl Default for ScalingTrigger[src]

impl<'de> Deserialize<'de> for ScalingTrigger[src]

impl PartialEq<ScalingTrigger> for ScalingTrigger[src]

impl Serialize for ScalingTrigger[src]

impl StructuralPartialEq for ScalingTrigger[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.