AWSLogsQueryInfo

Objective-C

@interface AWSLogsQueryInfo

Swift

class AWSLogsQueryInfo

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

  • The date and time that this query was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable createTime;

    Swift

    var createTime: NSNumber? { get set }
  • The name of the log group scanned by this query.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroupName;

    Swift

    var logGroupName: String? { get set }
  • The unique ID number of this query.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryId;

    Swift

    var queryId: String? { get set }
  • The query string used in this query.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryString;

    Swift

    var queryString: String? { get set }
  • The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

    Declaration

    Objective-C

    @property (nonatomic) AWSLogsQueryStatus status;

    Swift

    var status: AWSLogsQueryStatus { get set }