Class: Aws::Types::UpdateGameServerGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGameServerGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#balancing_strategy ⇒ "SPOT_ONLY", ...
Returns the value of attribute balancing_strategy.
-
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
-
#game_server_protection_policy ⇒ "NO_PROTECTION", "FULL_PROTECTION"
Returns the value of attribute game_server_protection_policy.
-
#instance_definitions ⇒ ::Array[Types::InstanceDefinition]
Returns the value of attribute instance_definitions.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#balancing_strategy ⇒ "SPOT_ONLY", ...
Returns the value of attribute balancing_strategy.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def balancing_strategy @balancing_strategy end |
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def game_server_group_name @game_server_group_name end |
#game_server_protection_policy ⇒ "NO_PROTECTION", "FULL_PROTECTION"
Returns the value of attribute game_server_protection_policy.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def game_server_protection_policy @game_server_protection_policy end |
#instance_definitions ⇒ ::Array[Types::InstanceDefinition]
Returns the value of attribute instance_definitions.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def instance_definitions @instance_definitions end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def role_arn @role_arn end |