GameSessionDetail
public struct GameSessionDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Object that describes a game session.
Declaration
Swift
public let gameSession: GameSession?
-
Current status of protection for the game session. NoProtection – The game session can be terminated during a scale-down event. FullProtection – If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.
Declaration
Swift
public let protectionPolicy: ProtectionPolicy?
-
Undocumented
Declaration
Swift
public init(gameSession: GameSession? = nil, protectionPolicy: ProtectionPolicy? = nil)