Class: Aws::Types::ClaimGameServerInput
- Inherits:
-
Object
- Object
- Aws::Types::ClaimGameServerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_option ⇒ Types::ClaimFilterOption
Returns the value of attribute filter_option.
-
#game_server_data ⇒ ::String
Returns the value of attribute game_server_data.
-
#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
#filter_option ⇒ Types::ClaimFilterOption
Returns the value of attribute filter_option.
79 80 81 |
# File 'sig/types.rbs', line 79 def filter_option @filter_option end |
#game_server_data ⇒ ::String
Returns the value of attribute game_server_data.
78 79 80 |
# File 'sig/types.rbs', line 78 def game_server_data @game_server_data end |
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def game_server_group_name @game_server_group_name end |
#game_server_id ⇒ ::String
Returns the value of attribute game_server_id.
77 78 79 |
# File 'sig/types.rbs', line 77 def game_server_id @game_server_id end |