Class: Aws::Types::CheckpointConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_interval::Integer

Returns the value of attribute checkpoint_interval.

Returns:

  • (::Integer)


311
312
313
# File 'sig/types.rbs', line 311

def checkpoint_interval
  @checkpoint_interval
end

#checkpointing_enabledBoolean

Returns the value of attribute checkpointing_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("DEFAULT", "CUSTOM")


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.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def min_pause_between_checkpoints
  @min_pause_between_checkpoints
end