Class: Aws::AutoScaling::Types::CancelInstanceRefreshType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1007

class CancelInstanceRefreshType < Struct.new(
  :auto_scaling_group_name,
  :wait_for_transitioning_instances)
  SENSITIVE = []
  include Aws::Structure
end

#wait_for_transitioning_instancesBoolean

When cancelling an instance refresh, this indicates whether to wait for in-flight launches and terminations to complete. The default is true.

When set to false, Amazon EC2 Auto Scaling cancels the instance refresh without waiting for any pending launches or terminations to complete.

Returns:

  • (Boolean)


1007
1008
1009
1010
1011
1012
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1007

class CancelInstanceRefreshType < Struct.new(
  :auto_scaling_group_name,
  :wait_for_transitioning_instances)
  SENSITIVE = []
  include Aws::Structure
end