Class: Aws::Types::DeleteGameServerGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGameServerGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_option ⇒ "SAFE_DELETE", ...
Returns the value of attribute delete_option.
-
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
Instance Attribute Details
#delete_option ⇒ "SAFE_DELETE", ...
Returns the value of attribute delete_option.
569 570 571 |
# File 'sig/types.rbs', line 569 def delete_option @delete_option end |
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
568 569 570 |
# File 'sig/types.rbs', line 568 def game_server_group_name @game_server_group_name end |