Class: Aws::Types::ListGameServersInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_group_name::String

Returns the value of attribute game_server_group_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • ("ASCENDING", "DESCENDING")


1647
1648
1649
# File 'sig/types.rbs', line 1647

def sort_order
  @sort_order
end