Class: Aws::Types::DescribeGameServerInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGameServerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
-
#game_server_id ⇒ ::String
Returns the value of attribute game_server_id.
Instance Attribute Details
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
880 881 882 |
# File 'sig/types.rbs', line 880 def game_server_group_name @game_server_group_name end |
#game_server_id ⇒ ::String
Returns the value of attribute game_server_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def game_server_id @game_server_id end |