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.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def alarm_specification @alarm_specification end |
#auto_rollback ⇒ Boolean
Returns the value of attribute auto_rollback.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def auto_rollback @auto_rollback end |
#bake_time ⇒ ::Integer
Returns the value of attribute bake_time.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def bake_time @bake_time end |
#checkpoint_delay ⇒ ::Integer
Returns the value of attribute checkpoint_delay.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def checkpoint_delay @checkpoint_delay end |
#checkpoint_percentages ⇒ ::Array[::Integer]
Returns the value of attribute checkpoint_percentages.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def checkpoint_percentages @checkpoint_percentages end |
#instance_warmup ⇒ ::Integer
Returns the value of attribute instance_warmup.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def instance_warmup @instance_warmup end |
#max_healthy_percentage ⇒ ::Integer
Returns the value of attribute max_healthy_percentage.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def max_healthy_percentage @max_healthy_percentage end |
#min_healthy_percentage ⇒ ::Integer
Returns the value of attribute min_healthy_percentage.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def min_healthy_percentage @min_healthy_percentage end |
#scale_in_protected_instances ⇒ "Refresh", ...
Returns the value of attribute scale_in_protected_instances.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def scale_in_protected_instances @scale_in_protected_instances end |
#skip_matching ⇒ Boolean
Returns the value of attribute skip_matching.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def skip_matching @skip_matching end |
#standby_instances ⇒ "Terminate", ...
Returns the value of attribute standby_instances.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def standby_instances @standby_instances end |