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")


6725
6726
6727
# File 'sig/types.rbs', line 6725

def delete_behavior
  @delete_behavior
end

#update_behavior"LOG", "UPDATE_IN_DATABASE"

Returns the value of attribute update_behavior.

Returns:

  • ("LOG", "UPDATE_IN_DATABASE")


6724
6725
6726
# File 'sig/types.rbs', line 6724

def update_behavior
  @update_behavior
end