Class: Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#query_definitions ⇒ Array<Types::QueryDefinition>
The list of query definitions that match your request.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2317 class DescribeQueryDefinitionsResponse < Struct.new( :query_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_definitions ⇒ Array<Types::QueryDefinition>
The list of query definitions that match your request.
2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2317 class DescribeQueryDefinitionsResponse < Struct.new( :query_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |