Method: Aws::GameLift::Types::GameServerInstance#game_server_group_name
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#game_server_group_name ⇒ String
A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.
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 |