Class: Aws::Types::DirectSchemaChangePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def database
  @database
end

#enable_update_catalogBoolean

Returns the value of attribute enable_update_catalog.

Returns:

  • (Boolean)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def enable_update_catalog
  @enable_update_catalog
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def table
  @table
end

#update_behavior"UPDATE_IN_DATABASE", "LOG"

Returns the value of attribute update_behavior.

Returns:

  • ("UPDATE_IN_DATABASE", "LOG")


2787
2788
2789
# File 'sig/types.rbs', line 2787

def update_behavior
  @update_behavior
end