Struct rusoto_lightsail::GetInstanceStateResult [] [src]

pub struct GetInstanceStateResult {
    pub state: Option<InstanceState>,
}

Fields

The state of the instance.

Trait Implementations

impl Default for GetInstanceStateResult
[src]

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

impl Debug for GetInstanceStateResult
[src]

Formats the value using the given formatter.

impl Clone for GetInstanceStateResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more