Struct rusoto_codedeploy::ListApplicationsInput [] [src]

pub struct ListApplicationsInput {
    pub next_token: Option<String>,
}

Represents the input of a ListApplications operation.

Fields

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Trait Implementations

impl Default for ListApplicationsInput
[src]

[src]

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

impl Debug for ListApplicationsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListApplicationsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more