Method: Aws::GameLift::Types::DescribeGameServerInstancesInput#game_server_group_name
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#game_server_group_name ⇒ String
A unique identifier for the game server group. Use either the name or ARN value.
4287 4288 4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4287 class DescribeGameServerInstancesInput < Struct.new( :game_server_group_name, :instance_ids, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |