Struct aws_sdk_ec2::model::InstanceStatusDetails [−][src]
#[non_exhaustive]pub struct InstanceStatusDetails {
pub impaired_since: Option<DateTime>,
pub name: Option<StatusName>,
pub status: Option<StatusType>,
}
Expand description
Describes the instance status.
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.impaired_since: Option<DateTime>
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
name: Option<StatusName>
The type of instance status.
status: Option<StatusType>
The status.
Implementations
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.
Creates a new builder-style object to manufacture InstanceStatusDetails
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 InstanceStatusDetails
impl Send for InstanceStatusDetails
impl Sync for InstanceStatusDetails
impl Unpin for InstanceStatusDetails
impl UnwindSafe for InstanceStatusDetails
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