Struct rusoto_autoscaling::TerminateInstanceInAutoScalingGroupType [] [src]

pub struct TerminateInstanceInAutoScalingGroupType {
    pub instance_id: String,
    pub should_decrement_desired_capacity: bool,
}

Contains the parameters for TerminateInstanceInAutoScalingGroup.

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]

[src]

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

impl Debug for TerminateInstanceInAutoScalingGroupType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TerminateInstanceInAutoScalingGroupType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations