Class: Aws::Types::CheckpointConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_interval_update ⇒ ::Integer
Returns the value of attribute checkpoint_interval_update.
-
#checkpointing_enabled_update ⇒ Boolean
Returns the value of attribute checkpointing_enabled_update.
-
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
-
#min_pause_between_checkpoints_update ⇒ ::Integer
Returns the value of attribute min_pause_between_checkpoints_update.
Instance Attribute Details
#checkpoint_interval_update ⇒ ::Integer
Returns the value of attribute checkpoint_interval_update.
327 328 329 |
# File 'sig/types.rbs', line 327 def checkpoint_interval_update @checkpoint_interval_update end |
#checkpointing_enabled_update ⇒ Boolean
Returns the value of attribute checkpointing_enabled_update.
326 327 328 |
# File 'sig/types.rbs', line 326 def checkpointing_enabled_update @checkpointing_enabled_update end |
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
325 326 327 |
# File 'sig/types.rbs', line 325 def configuration_type_update @configuration_type_update end |
#min_pause_between_checkpoints_update ⇒ ::Integer
Returns the value of attribute min_pause_between_checkpoints_update.
328 329 330 |
# File 'sig/types.rbs', line 328 def min_pause_between_checkpoints_update @min_pause_between_checkpoints_update end |