SuspendGameServerGroupInput
public struct SuspendGameServerGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the game server group. Use either the GameServerGroup name or ARN value.
Declaration
Swift
public let gameServerGroupName: String
-
The activity to suspend for this game server group.
Declaration
Swift
public let suspendActions: [GameServerGroupAction]
-
Undocumented
Declaration
Swift
public init(gameServerGroupName: String, suspendActions: [GameServerGroupAction])
-
Declaration
Swift
public func validate(name: String) throws