Class: Aws::GameLift::Types::DescribeGameServerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameServerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server ⇒ Types::GameServer
Object that describes the requested game server.
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the requested game server.
4240 4241 4242 4243 4244 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4240 class DescribeGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end |