Struct rusoto_autoscaling::TerminateInstanceInAutoScalingGroupType[][src]

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

Fields

The ID of the instance.

Indicates whether 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. Read more

impl Clone for TerminateInstanceInAutoScalingGroupType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TerminateInstanceInAutoScalingGroupType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations