Class: Aws::S3Tables::Types::ListTablesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

You can use this ContinuationToken for pagination of the list results.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1652

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

#tablesArray<Types::TableSummary>

A list of tables.

Returns:



1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1652

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