Class: Aws::Types::RefreshPreferences
- Inherits:
-
Object
- Object
- Aws::Types::RefreshPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_specification ⇒ Types::AlarmSpecification
Returns the value of attribute alarm_specification.
-
#auto_rollback ⇒ Boolean
Returns the value of attribute auto_rollback.
-
#bake_time ⇒ ::Integer
Returns the value of attribute bake_time.
-
#checkpoint_delay ⇒ ::Integer
Returns the value of attribute checkpoint_delay.
-
#checkpoint_percentages ⇒ ::Array[::Integer]
Returns the value of attribute checkpoint_percentages.
-
#instance_warmup ⇒ ::Integer
Returns the value of attribute instance_warmup.
-
#max_healthy_percentage ⇒ ::Integer
Returns the value of attribute max_healthy_percentage.
-
#min_healthy_percentage ⇒ ::Integer
Returns the value of attribute min_healthy_percentage.
-
#scale_in_protected_instances ⇒ "Refresh", ...
Returns the value of attribute scale_in_protected_instances.
-
#skip_matching ⇒ Boolean
Returns the value of attribute skip_matching.
-
#standby_instances ⇒ "Terminate", ...
Returns the value of attribute standby_instances.
Instance Attribute Details
#alarm_specification ⇒ Types::AlarmSpecification
Returns the value of attribute alarm_specification.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def alarm_specification @alarm_specification end |
#auto_rollback ⇒ Boolean
Returns the value of attribute auto_rollback.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def auto_rollback @auto_rollback end |
#bake_time ⇒ ::Integer
Returns the value of attribute bake_time.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def bake_time @bake_time end |
#checkpoint_delay ⇒ ::Integer
Returns the value of attribute checkpoint_delay.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def checkpoint_delay @checkpoint_delay end |
#checkpoint_percentages ⇒ ::Array[::Integer]
Returns the value of attribute checkpoint_percentages.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def checkpoint_percentages @checkpoint_percentages end |
#instance_warmup ⇒ ::Integer
Returns the value of attribute instance_warmup.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def instance_warmup @instance_warmup end |
#max_healthy_percentage ⇒ ::Integer
Returns the value of attribute max_healthy_percentage.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def max_healthy_percentage @max_healthy_percentage end |
#min_healthy_percentage ⇒ ::Integer
Returns the value of attribute min_healthy_percentage.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def min_healthy_percentage @min_healthy_percentage end |
#scale_in_protected_instances ⇒ "Refresh", ...
Returns the value of attribute scale_in_protected_instances.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def scale_in_protected_instances @scale_in_protected_instances end |
#skip_matching ⇒ Boolean
Returns the value of attribute skip_matching.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def skip_matching @skip_matching end |
#standby_instances ⇒ "Terminate", ...
Returns the value of attribute standby_instances.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def standby_instances @standby_instances end |