Struct rusoto_ec2::SpotInstanceStatus [] [src]

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 Bid Status Codes in the Amazon Elastic Compute Cloud User Guide.

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 Default for SpotInstanceStatus
[src]

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

impl Debug for SpotInstanceStatus
[src]

Formats the value using the given formatter.

impl Clone for SpotInstanceStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more