Class: Aws::CloudWatchLogs::Types::ListScheduledQueriesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


4462
4463
4464
4465
4466
4467
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4462

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

#scheduled_queriesArray<Types::ScheduledQuerySummary>

The list of scheduled queries with summary information.

Returns:



4462
4463
4464
4465
4466
4467
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4462

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