Class: Aws::GameLift::Types::DescribeGameServerOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_serverTypes::GameServer

Object that describes the requested game server.

Returns:



4321
4322
4323
4324
4325
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4321

class DescribeGameServerOutput < Struct.new(
  :game_server)
  SENSITIVE = []
  include Aws::Structure
end