Struct rusoto_autoscaling::Instance [] [src]

pub struct Instance {
    pub availability_zone: String,
    pub health_status: String,
    pub instance_id: String,
    pub launch_configuration_name: String,
    pub lifecycle_state: String,
    pub protected_from_scale_in: bool,
}

Describes an EC2 instance.

Fields

The Availability Zone in which the instance is running.

The last reported health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and Auto Scaling should terminate and replace it.

The ID of the instance.

The launch configuration associated with the instance.

A description of the current lifecycle state. Note that the Quarantined state is not used.

Indicates whether the instance is protected from termination by Auto Scaling when scaling in.

Trait Implementations

impl Default for Instance
[src]

[src]

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

impl Debug for Instance
[src]

[src]

Formats the value using the given formatter.

impl Clone for Instance
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more