Struct rusoto_lightsail::InstanceState [] [src]

pub struct InstanceState {
    pub code: Option<i64>,
    pub name: Option<String>,
}

Describes the virtual private server (or instance) status.

Fields

The status code for the instance.

The state of the instance (e.g., running or pending).

Trait Implementations

impl Default for InstanceState
[src]

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

impl Debug for InstanceState
[src]

Formats the value using the given formatter.

impl Clone for InstanceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more