GetTestGridSessionRequest
public struct GetTestGridSessionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
Declaration
Swift
public let projectArn: String? -
An ARN that uniquely identifies a TestGridSession.
Declaration
Swift
public let sessionArn: String? -
An ID associated with this session.
Declaration
Swift
public let sessionId: String? -
Undocumented
Declaration
Swift
public init(projectArn: String? = nil, sessionArn: String? = nil, sessionId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetTestGridSessionRequest Structure Reference