Struct rusoto_codedeploy::BatchGetOnPremisesInstancesOutput [] [src]

pub struct BatchGetOnPremisesInstancesOutput {
    pub instance_infos: Option<Vec<InstanceInfo>>,
}

Represents the output of a BatchGetOnPremisesInstances operation.

Fields

Information about the on-premises instances.

Trait Implementations

impl Default for BatchGetOnPremisesInstancesOutput
[src]

[src]

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

impl Debug for BatchGetOnPremisesInstancesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetOnPremisesInstancesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more