Struct aws_sdk_ec2::model::ActiveInstance [−][src]
#[non_exhaustive]pub struct ActiveInstance {
pub instance_id: Option<String>,
pub instance_type: Option<String>,
pub spot_instance_request_id: Option<String>,
pub instance_health: Option<InstanceHealthStatus>,
}
Expand description
Describes a running instance in a Spot Fleet.
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.instance_id: Option<String>
The ID of the instance.
instance_type: Option<String>
The instance type.
spot_instance_request_id: Option<String>
The ID of the Spot Instance request.
instance_health: Option<InstanceHealthStatus>
The health status of the instance. If the status of either the instance status check
or the system status check is impaired
, the health status of the instance
is unhealthy
. Otherwise, the health status is healthy
.
Implementations
The ID of the instance.
The instance type.
The ID of the Spot Instance request.
The health status of the instance. If the status of either the instance status check
or the system status check is impaired
, the health status of the instance
is unhealthy
. Otherwise, the health status is healthy
.
Creates a new builder-style object to manufacture ActiveInstance
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 ActiveInstance
impl Send for ActiveInstance
impl Sync for ActiveInstance
impl Unpin for ActiveInstance
impl UnwindSafe for ActiveInstance
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