Class: Aws::Types::TableToReload
- Inherits:
-
Object
- Object
- Aws::Types::TableToReload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
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.
3100 3101 3102 |
# File 'sig/types.rbs', line 3100 def table_name @table_name end |