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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/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 'gems/aws-sdk-timestreamwrite/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 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 867

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