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.
1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1961 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.
1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1961 class DescribeQueryDefinitionsResponse < Struct.new( :query_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |