Class: Aws::Types::SyncConfig
- Inherits:
-
Object
- Object
- Aws::Types::SyncConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_detection ⇒ "VERSION", "NONE"
Returns the value of attribute conflict_detection.
-
#conflict_handler ⇒ "OPTIMISTIC_CONCURRENCY", ...
Returns the value of attribute conflict_handler.
-
#lambda_conflict_handler_config ⇒ Types::LambdaConflictHandlerConfig
Returns the value of attribute lambda_conflict_handler_config.
Instance Attribute Details
#conflict_detection ⇒ "VERSION", "NONE"
Returns the value of attribute conflict_detection.
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.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def conflict_handler @conflict_handler end |
#lambda_conflict_handler_config ⇒ Types::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 |