class Aws::CloudWatchLogs::Types::QueryInfo

Information about one CloudWatch Logs Insights query that matches the request in a `DescribeQueries` operation.

@!attribute [rw] query_id

The unique ID number of this query.
@return [String]

@!attribute [rw] query_string

The query string used in this query.
@return [String]

@!attribute [rw] status

The status of this query. Possible values are `Cancelled`,
`Complete`, `Failed`, `Running`, `Scheduled`, and `Unknown`.
@return [String]

@!attribute [rw] create_time

The date and time that this query was created.
@return [Integer]

@!attribute [rw] log_group_name

The name of the log group scanned by this query.
@return [String]

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

Constants

SENSITIVE