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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/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)


506
507
508
509
510
511
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 506

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

#scheduled_queriesArray<Types::ScheduledQuery>

A list of scheduled queries.

Returns:



506
507
508
509
510
511
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 506

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