GameServerInstance constructor

GameServerInstance({
  1. String? gameServerGroupArn,
  2. String? gameServerGroupName,
  3. String? instanceId,
  4. GameServerInstanceStatus? instanceStatus,
})

Implementation

GameServerInstance({
  this.gameServerGroupArn,
  this.gameServerGroupName,
  this.instanceId,
  this.instanceStatus,
});