[][src]Struct rusoto_ec2::SpotInstanceStatus

pub struct SpotInstanceStatus {
    pub code: Option<String>,
    pub message: Option<String>,
    pub update_time: Option<String>,
}

Describes the status of a Spot Instance request.

Fields

The status code. For a list of status codes, see Spot Status Codes in the Amazon EC2 User Guide for Linux Instances.

The description for the status code.

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Trait Implementations

impl Clone for SpotInstanceStatus
[src]

Performs copy-assignment from source. Read more

impl Default for SpotInstanceStatus
[src]

impl PartialEq<SpotInstanceStatus> for SpotInstanceStatus
[src]

impl Debug for SpotInstanceStatus
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T