Class: Aws::TimestreamWrite::Types::ListTablesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamwrite/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)


867
868
869
870
871
872
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 867

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

#tablesArray<Types::Table>

A list of tables.

Returns:



867
868
869
870
871
872
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 867

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