class Aws::CloudWatchLogs::Types::DescribeQueriesRequest

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

data as a hash:

    {
      log_group_name: "LogGroupName",
      status: "Scheduled", # accepts Scheduled, Running, Complete, Failed, Cancelled, Timeout, Unknown
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] log_group_name

Limits the returned queries to only those for the specified log
group.
@return [String]

@!attribute [rw] status

Limits the returned queries to only those that have the specified
status. Valid values are `Cancelled`, `Complete`, `Failed`,
`Running`, and `Scheduled`.
@return [String]

@!attribute [rw] max_results

Limits the number of returned queries 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/DescribeQueriesRequest AWS API Documentation

Constants

SENSITIVE