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)


1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1674

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

#queriesArray<Types::QueryInfo>

The list of queries that match the request.

Returns:



1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1674

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