Class: Aws::Types::TableToReload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


3099
3100
3101
# File 'sig/types.rbs', line 3099

def schema_name
  @schema_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3100
3101
3102
# File 'sig/types.rbs', line 3100

def table_name
  @table_name
end