Class: Aws::Types::DescribeGameServerInstancesInput

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)


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.

Returns:

  • (::Array[::String])


887
888
889
# File 'sig/types.rbs', line 887

def instance_ids
  @instance_ids
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


888
889
890
# File 'sig/types.rbs', line 888

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def next_token
  @next_token
end