Struct rusoto_codedeploy::GetOnPremisesInstanceOutput [] [src]

pub struct GetOnPremisesInstanceOutput {
    pub instance_info: Option<InstanceInfo>,
}

Represents the output of a GetOnPremisesInstance operation.

Fields

Information about the on-premises instance.

Trait Implementations

impl Default for GetOnPremisesInstanceOutput
[src]

[src]

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

impl Debug for GetOnPremisesInstanceOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetOnPremisesInstanceOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more