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

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)


1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1717

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:



1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1717

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