Class: Aws::GameLift::Types::DescribeGameServerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameServerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_group_name ⇒ String
A unique identifier for the game server group where the game server is running.
-
#game_server_id ⇒ String
A custom string that uniquely identifies the game server information to be retrieved.
Instance Attribute Details
#game_server_group_name ⇒ String
A unique identifier for the game server group where the game server is running.
4173 4174 4175 4176 4177 4178 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4173 class DescribeGameServerInput < Struct.new( :game_server_group_name, :game_server_id) SENSITIVE = [] include Aws::Structure end |
#game_server_id ⇒ String
A custom string that uniquely identifies the game server information to be retrieved.
4173 4174 4175 4176 4177 4178 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4173 class DescribeGameServerInput < Struct.new( :game_server_group_name, :game_server_id) SENSITIVE = [] include Aws::Structure end |