Get Game Server Group Result
data class GetGameServerGroupResult(val autoScalingGroupArn: String? = null, val balancingStrategy: GameServerGroupBalancingStrategy? = null, val gameServerGroupArn: String? = null, val gameServerGroupName: String? = null, val gameServerProtectionPolicy: GameServerGroupGameServerProtectionPolicy? = null, val instanceDefinitions: List<GameServerGroupInstanceDefinition>? = null, val roleArn: String? = null)
Constructors
Link copied to clipboard
fun GetGameServerGroupResult(autoScalingGroupArn: String? = null, balancingStrategy: GameServerGroupBalancingStrategy? = null, gameServerGroupArn: String? = null, gameServerGroupName: String? = null, gameServerProtectionPolicy: GameServerGroupGameServerProtectionPolicy? = null, instanceDefinitions: List<GameServerGroupInstanceDefinition>? = null, roleArn: String? = null)