QueryStatistics
public struct QueryStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total number of bytes in the log events scanned during the query.
Declaration
Swift
public let bytesScanned: Double?
-
The number of log events that matched the query string.
Declaration
Swift
public let recordsMatched: Double?
-
The total number of log events scanned during the query.
Declaration
Swift
public let recordsScanned: Double?
-
Undocumented
Declaration
Swift
public init(bytesScanned: Double? = nil, recordsMatched: Double? = nil, recordsScanned: Double? = nil)