Class: Aws::Types::DescribeGameServerInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGameServerInstancesInput
- 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.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
886 887 888 |
# File 'sig/types.rbs', line 886 def game_server_group_name @game_server_group_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
887 888 889 |
# File 'sig/types.rbs', line 887 def instance_ids @instance_ids end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
888 889 890 |
# File 'sig/types.rbs', line 888 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
889 890 891 |
# File 'sig/types.rbs', line 889 def next_token @next_token end |