Class: Aws::Types::CheckpointConfigurationDescription

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)


319
320
321
# File 'sig/types.rbs', line 319

def checkpoint_interval
  @checkpoint_interval
end

#checkpointing_enabledBoolean

Returns the value of attribute checkpointing_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("DEFAULT", "CUSTOM")


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.

Returns:

  • (::Integer)


320
321
322
# File 'sig/types.rbs', line 320

def min_pause_between_checkpoints
  @min_pause_between_checkpoints
end