Struct rusoto_codedeploy::GetDeploymentInstanceInput [] [src]

pub struct GetDeploymentInstanceInput {
    pub deployment_id: String,
    pub instance_id: String,
}

Represents the input of a GetDeploymentInstance operation.

Fields

The unique ID of a deployment.

The unique ID of an instance in the deployment group.

Trait Implementations

impl Default for GetDeploymentInstanceInput
[src]

[src]

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

impl Debug for GetDeploymentInstanceInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDeploymentInstanceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more