Method: Aws::AutoScaling::Types::RefreshPreferences#bake_time

Defined in:
lib/aws-sdk-autoscaling/types.rb

#bake_timeInteger

The amount of time, in seconds, to wait at the end of an instance refresh before the instance refresh is considered complete.

Returns:

  • (Integer)


7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
# File 'lib/aws-sdk-autoscaling/types.rb', line 7142

class RefreshPreferences < Struct.new(
  :min_healthy_percentage,
  :instance_warmup,
  :checkpoint_percentages,
  :checkpoint_delay,
  :skip_matching,
  :auto_rollback,
  :scale_in_protected_instances,
  :standby_instances,
  :alarm_specification,
  :max_healthy_percentage,
  :bake_time)
  SENSITIVE = []
  include Aws::Structure
end