Class: Aws::GameLift::Types::AnywhereConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::AnywhereConfiguration
- 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
-
#cost ⇒ String
The cost to run your fleet per hour.
Instance Attribute Details
#cost ⇒ String
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
123 124 125 126 127 |
# File 'lib/aws-sdk-gamelift/types.rb', line 123 class AnywhereConfiguration < Struct.new( :cost) SENSITIVE = [] include Aws::Structure end |