Struct rusoto_codedeploy::CreateDeploymentGroupOutput [] [src]

pub struct CreateDeploymentGroupOutput {
    pub deployment_group_id: Option<String>,
}

Represents the output of a CreateDeploymentGroup operation.

Fields

A unique deployment group ID.

Trait Implementations

impl Default for CreateDeploymentGroupOutput
[src]

[src]

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

impl Debug for CreateDeploymentGroupOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDeploymentGroupOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more