Class: Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Limits the number of returned query definitions to the specified number.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#query_definition_name_prefix ⇒ String
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
-
#query_language ⇒ String
The query language used for this query.
Instance Attribute Details
#max_results ⇒ Integer
Limits the number of returned query definitions to the specified number.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2387 class DescribeQueryDefinitionsRequest < Struct.new( :query_language, :query_definition_name_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2387 class DescribeQueryDefinitionsRequest < Struct.new( :query_language, :query_definition_name_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_definition_name_prefix ⇒ String
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2387 class DescribeQueryDefinitionsRequest < Struct.new( :query_language, :query_definition_name_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_language ⇒ String
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
2387 2388 2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2387 class DescribeQueryDefinitionsRequest < Struct.new( :query_language, :query_definition_name_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |