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

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)


1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1918

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

#queriesArray<Types::QueryInfo>

The list of queries that match the request.

Returns:



1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1918

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