Class: Aws::Types::CheckpointConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointConfigurationDescription
- 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.
319 320 321 |
# File 'sig/types.rbs', line 319 def checkpoint_interval @checkpoint_interval end |
#checkpointing_enabled ⇒ Boolean
Returns the value of attribute checkpointing_enabled.
318 319 320 |
# File 'sig/types.rbs', line 318 def checkpointing_enabled @checkpointing_enabled end |
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
317 318 319 |
# File 'sig/types.rbs', line 317 def configuration_type @configuration_type end |
#min_pause_between_checkpoints ⇒ ::Integer
Returns the value of attribute min_pause_between_checkpoints.
320 321 322 |
# File 'sig/types.rbs', line 320 def min_pause_between_checkpoints @min_pause_between_checkpoints end |