Struct rusoto_lightsail::GetBlueprintsResult [] [src]

pub struct GetBlueprintsResult {
    pub blueprints: Option<BlueprintList>,
    pub next_page_token: Option<String>,
}

Fields

An array of key-value pairs that contains information about the available blueprints.

A token used for advancing to the next page of results from your get blueprints request.

Trait Implementations

impl Default for GetBlueprintsResult
[src]

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

impl Debug for GetBlueprintsResult
[src]

Formats the value using the given formatter.

impl Clone for GetBlueprintsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more