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

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


5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5075

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

#scheduled_queriesArray<Types::ScheduledQuerySummary>

An array of scheduled query summary information.

Returns:



5075
5076
5077
5078
5079
5080
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5075

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