Class: Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsResponse

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)


2317
2318
2319
2320
2321
2322
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2317

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

#query_definitionsArray<Types::QueryDefinition>

The list of query definitions that match your request.

Returns:



2317
2318
2319
2320
2321
2322
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2317

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