class
Amazonite::CloudWatchLogs::DescribeQueryDefinitionsRequest
- Amazonite::CloudWatchLogs::DescribeQueryDefinitionsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_query_definitions_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_language : QueryLanguage | Nil = nil, query_definition_name_prefix : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
Limits the number of returned query definitions to the specified number.
-
#max_results=(max_results : Int32 | Nil)
Limits the number of returned query definitions to the specified number.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#query_definition_name_prefix : String | Nil
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
-
#query_definition_name_prefix=(query_definition_name_prefix : String | Nil)
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
-
#query_language : QueryLanguage | Nil
The query language used for this query.
-
#query_language=(query_language : QueryLanguage | Nil)
The query language used for this query.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Limits the number of returned query definitions to the specified number.
Limits the number of returned query definitions to the specified number.
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.