Class: Aws::Types::RefreshPreferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_specificationTypes::AlarmSpecification

Returns the value of attribute alarm_specification.



1275
1276
1277
# File 'sig/types.rbs', line 1275

def alarm_specification
  @alarm_specification
end

#auto_rollbackBoolean

Returns the value of attribute auto_rollback.

Returns:

  • (Boolean)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def auto_rollback
  @auto_rollback
end

#bake_time::Integer

Returns the value of attribute bake_time.

Returns:

  • (::Integer)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def bake_time
  @bake_time
end

#checkpoint_delay::Integer

Returns the value of attribute checkpoint_delay.

Returns:

  • (::Integer)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def checkpoint_delay
  @checkpoint_delay
end

#checkpoint_percentages::Array[::Integer]

Returns the value of attribute checkpoint_percentages.

Returns:

  • (::Array[::Integer])


1269
1270
1271
# File 'sig/types.rbs', line 1269

def checkpoint_percentages
  @checkpoint_percentages
end

#instance_warmup::Integer

Returns the value of attribute instance_warmup.

Returns:

  • (::Integer)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def instance_warmup
  @instance_warmup
end

#max_healthy_percentage::Integer

Returns the value of attribute max_healthy_percentage.

Returns:

  • (::Integer)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def max_healthy_percentage
  @max_healthy_percentage
end

#min_healthy_percentage::Integer

Returns the value of attribute min_healthy_percentage.

Returns:

  • (::Integer)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def min_healthy_percentage
  @min_healthy_percentage
end

#scale_in_protected_instances"Refresh", ...

Returns the value of attribute scale_in_protected_instances.

Returns:

  • ("Refresh", "Ignore", "Wait")


1273
1274
1275
# File 'sig/types.rbs', line 1273

def scale_in_protected_instances
  @scale_in_protected_instances
end

#skip_matchingBoolean

Returns the value of attribute skip_matching.

Returns:

  • (Boolean)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def skip_matching
  @skip_matching
end

#standby_instances"Terminate", ...

Returns the value of attribute standby_instances.

Returns:

  • ("Terminate", "Ignore", "Wait")


1274
1275
1276
# File 'sig/types.rbs', line 1274

def standby_instances
  @standby_instances
end