Class: Aws::Types::ConflictResolution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_resolving_model"RECENCY", "SOURCE"

Returns the value of attribute conflict_resolving_model.

Returns:

  • ("RECENCY", "SOURCE")


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.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def source_name
  @source_name
end