Struct rusoto_ec2::GetConsoleOutputResult [] [src]

pub struct GetConsoleOutputResult {
    pub instance_id: Option<String>,
    pub output: Option<String>,
    pub timestamp: Option<String>,
}

Contains the output of GetConsoleOutput.

Fields

The ID of the instance.

The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.

The time the output was last updated.

Trait Implementations

impl Default for GetConsoleOutputResult
[src]

[src]

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

impl Debug for GetConsoleOutputResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetConsoleOutputResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more