Struct rusoto_codedeploy::GetDeploymentInstanceOutput [] [src]

pub struct GetDeploymentInstanceOutput {
    pub instance_summary: Option<InstanceSummary>,
}

Represents the output of a GetDeploymentInstance operation.

Fields

Information about the instance.

Trait Implementations

impl Default for GetDeploymentInstanceOutput
[src]

[src]

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

impl Debug for GetDeploymentInstanceOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDeploymentInstanceOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more