GameServerInstance constructor
GameServerInstance({
- String? gameServerGroupArn,
- String? gameServerGroupName,
- String? instanceId,
- GameServerInstanceStatus? instanceStatus,
Implementation
GameServerInstance({
this.gameServerGroupArn,
this.gameServerGroupName,
this.instanceId,
this.instanceStatus,
});