Struct rusoto_appstream::DescribeImageBuildersResult[][src]

pub struct DescribeImageBuildersResult {
    pub image_builders: Option<Vec<ImageBuilder>>,
    pub next_token: Option<String>,
}

Fields

Information about the image builders.

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

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

impl Debug for DescribeImageBuildersResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeImageBuildersResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeImageBuildersResult
[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