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

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def instance_id
  @instance_id
end

#should_decrement_desired_capacityBoolean

Returns the value of attribute should_decrement_desired_capacity.

Returns:

  • (Boolean)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def should_decrement_desired_capacity
  @should_decrement_desired_capacity
end