ListQueryExecutionsOutput
public struct ListQueryExecutionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token to be used by the next request if this request is truncated.
Declaration
Swift
public let nextToken: String?
-
The unique IDs of each query execution as an array of strings.
Declaration
Swift
public let queryExecutionIds: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, queryExecutionIds: [String]? = nil)