Struct rusoto_autoscaling::TerminateInstanceInAutoScalingGroupType [] [src]

pub struct TerminateInstanceInAutoScalingGroupType {
    pub instance_id: XmlStringMaxLen19,
    pub should_decrement_desired_capacity: ShouldDecrementDesiredCapacity,
}

Fields

The ID of the instance.

If true, terminating the instance also decrements the size of the Auto Scaling group.

Trait Implementations

impl Default for TerminateInstanceInAutoScalingGroupType
[src]

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

impl Debug for TerminateInstanceInAutoScalingGroupType
[src]

Formats the value using the given formatter.

impl Clone for TerminateInstanceInAutoScalingGroupType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more