Struct rusoto_appstream::DescribeDirectoryConfigsRequest [] [src]

pub struct DescribeDirectoryConfigsRequest {
    pub directory_names: Option<Vec<String>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

A specific list of directory names.

The size of each page of results.

The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is the first call, pass null.

Trait Implementations

impl Default for DescribeDirectoryConfigsRequest
[src]

[src]

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

impl Debug for DescribeDirectoryConfigsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDirectoryConfigsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more