Values.DescribeGameServerGroupInputSourceThis API works with the following fleet types: EC2 (FleetIQ) Retrieves information on a game server group. This operation returns only properties related to Amazon GameLift Servers FleetIQ. To view or update properties for the corresponding Auto Scaling group, such as launch template, auto scaling policies, and maximum/minimum group size, access the Auto Scaling group directly. To get attributes for a game server group, provide a group name or ARN value. If successful, a GameServerGroup object is returned. Learn more Amazon GameLift Servers FleetIQ Guide
type nonrec t = {gameServerGroupName : GameServerGroupNameOrArn.t;A unique identifier for the game server group. Use either the name or ARN value.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GameServerGroupNameOrArn.t ]) list ]