Class: Aws::GameLift::Types::AnywhereConfiguration

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

Overview

Amazon GameLift configuration options for your Anywhere fleets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#costString

The cost to run your fleet per hour. Amazon GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see [Setting up queues] in the *Amazon GameLift Developer Guide*.

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/queues-intro.html

Returns:

  • (String)


123
124
125
126
127
# File 'lib/aws-sdk-gamelift/types.rb', line 123

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