Struct rusoto_codedeploy::ListDeploymentInstancesOutput [] [src]

pub struct ListDeploymentInstancesOutput {
    pub instances_list: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of a ListDeploymentInstances operation.

Fields

A list of instance IDs.

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

Trait Implementations

impl Default for ListDeploymentInstancesOutput
[src]

[src]

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

impl Debug for ListDeploymentInstancesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDeploymentInstancesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more