Struct cfn::aws::codedeploy::deployment_config::MinimumHealthyHosts [] [src]

pub struct MinimumHealthyHosts {
    pub type_: Value<String>,
    pub value: Value<u32>,
}

Fields

Property Type.

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

Property Value.

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

Trait Implementations

impl Debug for MinimumHealthyHosts
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for MinimumHealthyHosts
[src]

[src]

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

Auto Trait Implementations