Class: Aws::Types::ListTablesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTablesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_evaluated_table_name ⇒ ::String
Returns the value of attribute last_evaluated_table_name.
-
#table_names ⇒ ::Array[::String]
Returns the value of attribute table_names.
Instance Attribute Details
#last_evaluated_table_name ⇒ ::String
Returns the value of attribute last_evaluated_table_name.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def last_evaluated_table_name @last_evaluated_table_name end |
#table_names ⇒ ::Array[::String]
Returns the value of attribute table_names.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def table_names @table_names end |