Struct rusoto_codedeploy::CreateDeploymentOutput [] [src]

pub struct CreateDeploymentOutput {
    pub deployment_id: Option<DeploymentId>,
}

Represents the output of a CreateDeployment operation.

Fields

A unique deployment ID.

Trait Implementations

impl Default for CreateDeploymentOutput
[src]

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

impl Debug for CreateDeploymentOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateDeploymentOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more