Class: Aws::Types::ListGameServersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGameServersInput
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def game_server_group_name @game_server_group_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def sort_order @sort_order end |