Struct rusoto_appstream::DescribeStacksRequest[][src]

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

Fields

The names of the stacks to describe.

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

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

impl Debug for DescribeStacksRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStacksRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeStacksRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations