Struct rusoto_codedeploy::ListOnPremisesInstancesInput [] [src]

pub struct ListOnPremisesInstancesInput {
    pub next_token: Option<String>,
    pub registration_status: Option<String>,
    pub tag_filters: Option<Vec<TagFilter>>,
}

Represents the input of a ListOnPremisesInstances operation.

Fields

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

The registration status of the on-premises instances:

  • Deregistered: Include deregistered on-premises instances in the resulting list.

  • Registered: Include registered on-premises instances in the resulting list.

The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

Trait Implementations

impl Default for ListOnPremisesInstancesInput
[src]

[src]

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

impl Debug for ListOnPremisesInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListOnPremisesInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more