Class: Aws::Types::CheckpointConfigurationUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_interval_update::Integer

Returns the value of attribute checkpoint_interval_update.

Returns:

  • (::Integer)


327
328
329
# File 'sig/types.rbs', line 327

def checkpoint_interval_update
  @checkpoint_interval_update
end

#checkpointing_enabled_updateBoolean

Returns the value of attribute checkpointing_enabled_update.

Returns:

  • (Boolean)


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.

Returns:

  • ("DEFAULT", "CUSTOM")


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.

Returns:

  • (::Integer)


328
329
330
# File 'sig/types.rbs', line 328

def min_pause_between_checkpoints_update
  @min_pause_between_checkpoints_update
end