Class: Aws::Types::CheckpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_interval ⇒ ::Integer
Returns the value of attribute checkpoint_interval.
-
#checkpointing_enabled ⇒ Boolean
Returns the value of attribute checkpointing_enabled.
-
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
-
#min_pause_between_checkpoints ⇒ ::Integer
Returns the value of attribute min_pause_between_checkpoints.
Instance Attribute Details
#checkpoint_interval ⇒ ::Integer
Returns the value of attribute checkpoint_interval.
311 312 313 |
# File 'sig/types.rbs', line 311 def checkpoint_interval @checkpoint_interval end |
#checkpointing_enabled ⇒ Boolean
Returns the value of attribute checkpointing_enabled.
310 311 312 |
# File 'sig/types.rbs', line 310 def checkpointing_enabled @checkpointing_enabled end |
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
309 310 311 |
# File 'sig/types.rbs', line 309 def configuration_type @configuration_type end |
#min_pause_between_checkpoints ⇒ ::Integer
Returns the value of attribute min_pause_between_checkpoints.
312 313 314 |
# File 'sig/types.rbs', line 312 def min_pause_between_checkpoints @min_pause_between_checkpoints end |