Class: Aws::Types::SyncConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_detection"VERSION", "NONE"

Returns the value of attribute conflict_detection.

Returns:

  • ("VERSION", "NONE")


1267
1268
1269
# File 'sig/types.rbs', line 1267

def conflict_detection
  @conflict_detection
end

#conflict_handler"OPTIMISTIC_CONCURRENCY", ...

Returns the value of attribute conflict_handler.

Returns:

  • ("OPTIMISTIC_CONCURRENCY", "LAMBDA", "AUTOMERGE", "NONE")


1266
1267
1268
# File 'sig/types.rbs', line 1266

def conflict_handler
  @conflict_handler
end

#lambda_conflict_handler_configTypes::LambdaConflictHandlerConfig

Returns the value of attribute lambda_conflict_handler_config.



1268
1269
1270
# File 'sig/types.rbs', line 1268

def lambda_conflict_handler_config
  @lambda_conflict_handler_config
end