Class: Aws::DynamoDB::Types::ListGlobalTablesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#global_tablesArray<Types::GlobalTable>

List of global table names.

Returns:



3962
3963
3964
3965
3966
# File 'lib/aws-sdk-dynamodb/types.rb', line 3962

class ListGlobalTablesOutput < Struct.new(
  :global_tables,
  :last_evaluated_global_table_name)
  include Aws::Structure
end

#last_evaluated_global_table_nameString

Last evaluated global table name.

Returns:

  • (String)


3962
3963
3964
3965
3966
# File 'lib/aws-sdk-dynamodb/types.rb', line 3962

class ListGlobalTablesOutput < Struct.new(
  :global_tables,
  :last_evaluated_global_table_name)
  include Aws::Structure
end