Struct rusoto_appstream::ListAssociatedStacksRequest [] [src]

pub struct ListAssociatedStacksRequest {
    pub fleet_name: String,
    pub next_token: Option<String>,
}

Fields

The name of the fleet whose associated stacks are listed.

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.

Trait Implementations

impl Default for ListAssociatedStacksRequest
[src]

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

impl Debug for ListAssociatedStacksRequest
[src]

Formats the value using the given formatter.

impl Clone for ListAssociatedStacksRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more