Struct rusoto_codedeploy::ListApplicationRevisionsOutput [] [src]

pub struct ListApplicationRevisionsOutput {
    pub next_token: Option<String>,
    pub revisions: Option<Vec<RevisionLocation>>,
}

Represents the output of a ListApplicationRevisions operation.

Fields

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

A list of locations that contain the matching revisions.

Trait Implementations

impl Default for ListApplicationRevisionsOutput
[src]

[src]

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

impl Debug for ListApplicationRevisionsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListApplicationRevisionsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more