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.
5474 5475 5476 5477 5478 5479 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5474 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.
5474 5475 5476 5477 5478 5479 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5474 class ListGlobalTablesOutput < Struct.new( :global_tables, :last_evaluated_global_table_name) SENSITIVE = [] include Aws::Structure end |