Struct rusoto_ec2::GetConsoleScreenshotResult [] [src]

pub struct GetConsoleScreenshotResult {
    pub image_data: Option<String>,
    pub instance_id: Option<String>,
}

Contains the output of the request.

Fields

The data that comprises the image.

The ID of the instance.

Trait Implementations

impl Default for GetConsoleScreenshotResult
[src]

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

impl Debug for GetConsoleScreenshotResult
[src]

Formats the value using the given formatter.

impl Clone for GetConsoleScreenshotResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more