Class: Aws::DynamoDB::Types::ListGlobalTablesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListGlobalTablesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_tables ⇒ Array<Types::GlobalTable>
List of global table names.
-
#last_evaluated_global_table_name ⇒ String
Last evaluated global table name.
Instance Attribute Details
#global_tables ⇒ Array<Types::GlobalTable>
List of global table names.
5153 5154 5155 5156 5157 5158 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5153 class ListGlobalTablesOutput < Struct.new( :global_tables, :last_evaluated_global_table_name) SENSITIVE = [] include Aws::Structure end |
#last_evaluated_global_table_name ⇒ String
Last evaluated global table name.
5153 5154 5155 5156 5157 5158 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5153 class ListGlobalTablesOutput < Struct.new( :global_tables, :last_evaluated_global_table_name) SENSITIVE = [] include Aws::Structure end |