Method: Aws::GameLift::Types::GameServerInstance#game_server_group_arn
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#game_server_group_arn ⇒ String
A generated unique identifier for the game server group that includes the game server instance.
6503 6504 6505 6506 6507 6508 6509 6510 |
# File 'lib/aws-sdk-gamelift/types.rb', line 6503 class GameServerInstance < Struct.new( :game_server_group_name, :game_server_group_arn, :instance_id, :instance_status) SENSITIVE = [] include Aws::Structure end |