Struct rusoto_appstream::ListAssociatedFleetsResult [] [src]

pub struct ListAssociatedFleetsResult {
    pub names: Option<Vec<String>>,
    pub next_token: Option<String>,
}

The response from a successful operation.

Fields

The names of associated fleets.

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Trait Implementations

impl Default for ListAssociatedFleetsResult
[src]

[src]

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

impl Debug for ListAssociatedFleetsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListAssociatedFleetsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more