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

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



1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1006

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 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:



1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1006

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