Class: Aws::Types::TerminateInstanceInAutoScalingGroupType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def auto_scaling_group_name
  @auto_scaling_group_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def instance_id
  @instance_id
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


1486
1487
1488
# File 'sig/types.rbs', line 1486

def instance_ids
  @instance_ids
end

#should_decrement_desired_capacityBoolean

Returns the value of attribute should_decrement_desired_capacity.

Returns:

  • (Boolean)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def should_decrement_desired_capacity
  @should_decrement_desired_capacity
end