Class: Aws::GameLift::Types::ClaimFilterOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

This data type is used with the Amazon GameLift FleetIQ and game server groups.

Filters which game servers may be claimed when calling ClaimGameServer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_statusesArray<String>

List of instance statuses that game servers may be claimed on. If provided, the list must contain the ACTIVE status.

Returns:

  • (Array<String>)

366
367
368
369
370
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 366

class ClaimFilterOption < Struct.new(
  :instance_statuses)
  SENSITIVE = []
  include Aws::Structure
end