GetGameSessionLogUrlInput
public struct GetGameSessionLogUrlInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the game session to get logs for.
Declaration
Swift
public let gameSessionId: String
-
Undocumented
Declaration
Swift
public init(gameSessionId: String)
-
Declaration
Swift
public func validate(name: String) throws