Class: Aws::TimestreamQuery::Types::ListScheduledQueriesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum 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 the argument to the subsequent call to `ListScheduledQueriesRequest`.

Returns:

  • (Integer)


562
563
564
565
566
567
# File 'lib/aws-sdk-timestreamquery/types.rb', line 562

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

#next_tokenString

A pagination token to resume pagination.

Returns:

  • (String)


562
563
564
565
566
567
# File 'lib/aws-sdk-timestreamquery/types.rb', line 562

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