Class: Aws::Keyspaces::Types::ListTablesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to specify where to start paginating. This is the ‘NextToken` from a previously truncated response.

Returns:

  • (String)


1266
1267
1268
1269
1270
1271
# File 'lib/aws-sdk-keyspaces/types.rb', line 1266

class ListTablesResponse < Struct.new(
  :next_token,
  :tables)
  SENSITIVE = []
  include Aws::Structure
end

#tablesArray<Types::TableSummary>

A list of tables.

Returns:



1266
1267
1268
1269
1270
1271
# File 'lib/aws-sdk-keyspaces/types.rb', line 1266

class ListTablesResponse < Struct.new(
  :next_token,
  :tables)
  SENSITIVE = []
  include Aws::Structure
end