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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/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)


1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1069

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

#tablesArray<Types::TableSummary>

A list of tables.

Returns:



1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1069

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