Struct rusoto_ec2::InstanceStatusDetails [] [src]

pub struct InstanceStatusDetails {
    pub impaired_since: Option<String>,
    pub name: Option<String>,
    pub status: Option<String>,
}

Describes the instance status.

Fields

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

The type of instance status.

The status.

Trait Implementations

impl Default for InstanceStatusDetails
[src]

[src]

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

impl Debug for InstanceStatusDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceStatusDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more