Class: Aws::Types::ConflictResolution
- Inherits:
-
Object
- Object
- Aws::Types::ConflictResolution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_resolving_model ⇒ "RECENCY", "SOURCE"
Returns the value of attribute conflict_resolving_model.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
Instance Attribute Details
#conflict_resolving_model ⇒ "RECENCY", "SOURCE"
Returns the value of attribute conflict_resolving_model.
278 279 280 |
# File 'sig/types.rbs', line 278 def conflict_resolving_model @conflict_resolving_model end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def source_name @source_name end |