Struct cfn::aws::opsworks::layer::LoadBasedAutoScaling [] [src]

pub struct LoadBasedAutoScaling {
    pub down_scaling: Option<Value<AutoScalingThresholds>>,
    pub enable: Option<Value<bool>>,
    pub up_scaling: Option<Value<AutoScalingThresholds>>,
}

Fields

Property DownScaling.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Enable.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property UpScaling.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for LoadBasedAutoScaling
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations