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]

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

impl Debug for InstanceStatusDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceStatusDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceStatusDetails
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations