Class: Aws::CloudWatchLogs::Types::DescribeQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeQueriesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#queries ⇒ Array<Types::QueryInfo>
The list of queries that match the request.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2274 class DescribeQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |
#queries ⇒ Array<Types::QueryInfo>
The list of queries that match the request.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2274 class DescribeQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |