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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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.

Returns:

  • (String)


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

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