Class: Aws::Types::ListGlobalTablesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGlobalTablesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_tables ⇒ ::Array[Types::GlobalTable]
Returns the value of attribute global_tables.
-
#last_evaluated_global_table_name ⇒ ::String
Returns the value of attribute last_evaluated_global_table_name.
Instance Attribute Details
#global_tables ⇒ ::Array[Types::GlobalTable]
Returns the value of attribute global_tables.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def global_tables @global_tables end |
#last_evaluated_global_table_name ⇒ ::String
Returns the value of attribute last_evaluated_global_table_name.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def last_evaluated_global_table_name @last_evaluated_global_table_name end |