Struct cfn::aws::codedeploy::deployment_group::DeploymentStyle [] [src]

pub struct DeploymentStyle {
    pub deployment_option: Option<Value<String>>,
    pub deployment_type: Option<Value<String>>,
}

Fields

Property DeploymentOption.

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

Property DeploymentType.

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

Trait Implementations

impl Debug for DeploymentStyle
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DeploymentStyle
[src]

[src]

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

Auto Trait Implementations