Class: Aws::GameLift::Types::CreateFleetOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_attributesTypes::FleetAttributes

The properties for the new fleet, including the current status. All fleets are placed in NEW status on creation.



2277
2278
2279
2280
2281
2282
# File 'lib/aws-sdk-gamelift/types.rb', line 2277

class CreateFleetOutput < Struct.new(
  :fleet_attributes,
  :location_states)
  SENSITIVE = []
  include Aws::Structure
end

#location_statesArray<Types::LocationState>

The fleet’s locations and life-cycle status of each location. For new fleets, the status of all locations is set to NEW. During fleet creation, Amazon GameLift Servers updates each location status as instances are deployed there and prepared for game hosting. This list includes an entry for the fleet’s home Region. For fleets with no remote locations, only one entry, representing the home Region, is returned.

Returns:



2277
2278
2279
2280
2281
2282
# File 'lib/aws-sdk-gamelift/types.rb', line 2277

class CreateFleetOutput < Struct.new(
  :fleet_attributes,
  :location_states)
  SENSITIVE = []
  include Aws::Structure
end