Struct rusoto_codedeploy::GetDeploymentConfigOutput [] [src]

pub struct GetDeploymentConfigOutput {
    pub deployment_config_info: Option<DeploymentConfigInfo>,
}

Represents the output of a GetDeploymentConfig operation.

Fields

Information about the deployment configuration.

Trait Implementations

impl Default for GetDeploymentConfigOutput
[src]

[src]

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

impl Debug for GetDeploymentConfigOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDeploymentConfigOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more