Struct aws_sdk_ec2::model::SpotInstanceStatus [−][src]
#[non_exhaustive]pub struct SpotInstanceStatus {
pub code: Option<String>,
pub message: Option<String>,
pub update_time: Option<DateTime>,
}
Expand description
Describes the status of a Spot Instance request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.code: Option<String>
The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.
message: Option<String>
The description for the status code.
update_time: Option<DateTime>
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Implementations
The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Creates a new builder-style object to manufacture SpotInstanceStatus
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SpotInstanceStatus
impl Send for SpotInstanceStatus
impl Sync for SpotInstanceStatus
impl Unpin for SpotInstanceStatus
impl UnwindSafe for SpotInstanceStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more