Struct rusoto_appstream::DescribeDirectoryConfigsResult [] [src]

pub struct DescribeDirectoryConfigsResult {
    pub directory_configs: Option<Vec<DirectoryConfig>>,
    pub next_token: Option<String>,
}

Fields

The list of directory configurations.

If not null, more results are available. To retrieve the next set of items, pass this value for the NextToken parameter in a subsequent call to DescribeDirectoryConfigs.

Trait Implementations

impl Default for DescribeDirectoryConfigsResult
[src]

[src]

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

impl Debug for DescribeDirectoryConfigsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDirectoryConfigsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more