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:



2815
2816
2817
2818
2819
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2815

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