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

Class: Aws::CloudWatchLogs::Types::QueryInfo

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#create_time ⇒ Integer

The date and time that this query was created.

Returns:

  • (Integer) —

    The date and time that this query was created.

#log_group_name ⇒ String

The name of the log group scanned by this query.

Returns:

  • (String) —

    The name of the log group scanned by this query.

#query_id ⇒ String

The unique ID number of this query.

Returns:

  • (String) —

    The unique ID number of this query.

#query_string ⇒ String

The query string used in this query.

Returns:

  • (String) —

    The query string used in this query.

#status ⇒ String

The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

Possible values:

  • Scheduled
  • Running
  • Complete
  • Failed
  • Cancelled

Returns:

  • (String) —

    The status of this query.