Class: Aws::Types::GameServerInstance
- Inherits:
-
Object
- Object
- Aws::Types::GameServerInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_server_group_arn ⇒ ::String
Returns the value of attribute game_server_group_arn.
-
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_status ⇒ "ACTIVE", ...
Returns the value of attribute instance_status.
Instance Attribute Details
#game_server_group_arn ⇒ ::String
Returns the value of attribute game_server_group_arn.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def game_server_group_arn @game_server_group_arn end |
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def game_server_group_name @game_server_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def instance_id @instance_id end |
#instance_status ⇒ "ACTIVE", ...
Returns the value of attribute instance_status.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def instance_status @instance_status end |