QueryInfo

public struct QueryInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time that this query was created.

    Declaration

    Swift

    public let createTime: Int64?
  • The name of the log group scanned by this query.

    Declaration

    Swift

    public let logGroupName: String?
  • The unique ID number of this query.

    Declaration

    Swift

    public let queryId: String?
  • The query string used in this query.

    Declaration

    Swift

    public let queryString: String?
  • The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

    Declaration

    Swift

    public let status: QueryStatus?
  • Undocumented

    Declaration

    Swift

    public init(createTime: Int64? = nil, logGroupName: String? = nil, queryId: String? = nil, queryString: String? = nil, status: QueryStatus? = nil)