Class: Aws::GameLift::Types::CreateGameServerGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateGameServerGroupOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_group ⇒ Types::GameServerGroup
The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server group and the object's status.
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
The newly created game server group object, including the new ARN
value for the GameLift FleetIQ game server group and the object's
status. The Amazon EC2 Auto Scaling group ARN is initially null,
since the group has not yet been created. This value is added once
the game server group status reaches ACTIVE
.
1116 1117 1118 1119 1120 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1116 class CreateGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end |