Struct rusoto_codedeploy::ListOnPremisesInstancesOutput [] [src]

pub struct ListOnPremisesInstancesOutput {
    pub instance_names: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of list on-premises instances operation.

Fields

The list of matching on-premises instance names.

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

Trait Implementations

impl Default for ListOnPremisesInstancesOutput
[src]

[src]

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

impl Debug for ListOnPremisesInstancesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListOnPremisesInstancesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more