Class: Aws::Types::SchemaChangePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_behavior"LOG", ...

Returns the value of attribute delete_behavior.

Returns:

  • ("LOG", "DELETE_FROM_DATABASE", "DEPRECATE_IN_DATABASE")


6794
6795
6796
# File 'sig/types.rbs', line 6794

def delete_behavior
  @delete_behavior
end

#update_behavior"LOG", "UPDATE_IN_DATABASE"

Returns the value of attribute update_behavior.

Returns:

  • ("LOG", "UPDATE_IN_DATABASE")


6793
6794
6795
# File 'sig/types.rbs', line 6793

def update_behavior
  @update_behavior
end