ListTestGridSessionsResult
public struct ListTestGridSessionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Pagination token.
Declaration
Swift
public let nextToken: String?
-
The sessions that match the criteria in a ListTestGridSessionsRequest.
Declaration
Swift
public let testGridSessions: [TestGridSession]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, testGridSessions: [TestGridSession]? = nil)