Class: Aws::CloudWatchLogs::Types::DescribeQueriesResponse

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)


2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2274

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

#queriesArray<Types::QueryInfo>

The list of queries that match the request.

Returns:



2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2274

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