Struct rusoto_appstream::ListAssociatedFleetsRequest [] [src]

pub struct ListAssociatedFleetsRequest {
    pub next_token: Option<String>,
    pub stack_name: String,
}

Fields

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

The name of the stack whose associated fleets are listed.

Trait Implementations

impl Default for ListAssociatedFleetsRequest
[src]

[src]

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

impl Debug for ListAssociatedFleetsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListAssociatedFleetsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more