You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeQueryDefinitionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits the number of returned query definitions to the specified number.

Returns:

  • (Integer)

    Limits the number of returned query definitions to the specified number.

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)

    The token for the next set of items to return.

#query_definition_name_prefixString

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

Returns:

  • (String)

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