Struct rusoto_codedeploy::CreateDeploymentConfigOutput [] [src]

pub struct CreateDeploymentConfigOutput {
    pub deployment_config_id: Option<String>,
}

Represents the output of a CreateDeploymentConfig operation.

Fields

A unique deployment configuration ID.

Trait Implementations

impl Default for CreateDeploymentConfigOutput
[src]

[src]

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

impl Debug for CreateDeploymentConfigOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDeploymentConfigOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more