Class: Aws::TimestreamQuery::Types::ListScheduledQueriesResponse

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

#next_tokenString

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Returns:

  • (String)


580
581
582
583
584
585
# File 'lib/aws-sdk-timestreamquery/types.rb', line 580

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

#scheduled_queriesArray<Types::ScheduledQuery>

A list of scheduled queries.

Returns:



580
581
582
583
584
585
# File 'lib/aws-sdk-timestreamquery/types.rb', line 580

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