Struct rusoto_appstream::DescribeFleetsRequest [] [src]

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

Fields

The fleet names to describe. Use null to describe all the fleets for the AWS account.

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

[src]

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

impl Debug for DescribeFleetsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeFleetsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations