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

pub struct Deployment {
    pub description: Option<Value<String>>,
    pub ignore_application_stop_failures: Option<Value<bool>>,
    pub revision: Value<RevisionLocation>,
}

Fields

Property Description.

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

Property IgnoreApplicationStopFailures.

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

Property Revision.

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

Trait Implementations

impl Debug for Deployment
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Deployment
[src]

[src]

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

Auto Trait Implementations

impl Send for Deployment

impl Sync for Deployment