Class: Aws::Types::SuspendGameServerGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::SuspendGameServerGroupInput
- 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.
-
#suspend_actions ⇒ ::Array[("REPLACE_INSTANCE_TYPES")]
Returns the value of attribute suspend_actions.
Instance Attribute Details
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def game_server_group_name @game_server_group_name end |
#suspend_actions ⇒ ::Array[("REPLACE_INSTANCE_TYPES")]
Returns the value of attribute suspend_actions.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def suspend_actions @suspend_actions end |