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)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1667

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

#queriesArray<Types::QueryInfo>

The list of queries that match the request.

Returns:



1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1667

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