Struct rusoto_appstream::ListAssociatedStacksResult [] [src]

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

The response from a successful operation.

Fields

The names of associated stacks.

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 ListAssociatedStacksResult
[src]

[src]

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

impl Debug for ListAssociatedStacksResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListAssociatedStacksResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more