Class: Aws::DynamoDB::Types::ListGlobalTablesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListGlobalTablesOutput
- Defined in:
- gems/aws-sdk-dynamodb/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.
5219 5220 5221 5222 5223 5224 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5219 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.
5219 5220 5221 5222 5223 5224 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5219 class ListGlobalTablesOutput < Struct.new( :global_tables, :last_evaluated_global_table_name) SENSITIVE = [] include Aws::Structure end |