Class: Aws::GameLift::Types::AnywhereConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::AnywhereConfiguration
- 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
-
#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.
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 |