Struct rusoto_codedeploy::ListApplicationsOutput [] [src]

pub struct ListApplicationsOutput {
    pub applications: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of a ListApplications operation.

Fields

A list of application names.

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

Trait Implementations

impl Default for ListApplicationsOutput
[src]

[src]

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

impl Debug for ListApplicationsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListApplicationsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more