Class: Aws::TimestreamWrite::Types::ListTablesRequest

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

#database_nameString

The name of the Timestream database.

Returns:

  • (String)


848
849
850
851
852
853
854
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 848

class ListTablesRequest < Struct.new(
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

Returns:

  • (Integer)


848
849
850
851
852
853
854
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 848

class ListTablesRequest < Struct.new(
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

Returns:

  • (String)


848
849
850
851
852
853
854
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 848

class ListTablesRequest < Struct.new(
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end