Struct rusoto_ec2::GetConsoleScreenshotRequest [] [src]

pub struct GetConsoleScreenshotRequest {
    pub dry_run: Option<bool>,
    pub instance_id: String,
    pub wake_up: Option<bool>,
}

Contains the parameters for the request.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The ID of the instance.

When set to true, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode.

Trait Implementations

impl Default for GetConsoleScreenshotRequest
[src]

[src]

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

impl Debug for GetConsoleScreenshotRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetConsoleScreenshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more