class Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsRequest

@note When making an API call, you may pass DescribeQueryDefinitionsRequest

data as a hash:

    {
      query_definition_name_prefix: "QueryDefinitionName",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] query_definition_name_prefix

Use this parameter to filter your results to only the query
definitions that have names that start with the prefix you specify.
@return [String]

@!attribute [rw] max_results

Limits the number of returned query definitions to the specified
number.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of items to return. The token expires
after 24 hours.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeQueryDefinitionsRequest AWS API Documentation

Constants

SENSITIVE