Class: Aws::GameLift::Types::CreateContainerFleetOutput

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

#container_fleetTypes::ContainerFleet

The properties for the new container fleet, including current status. All fleets are initially placed in ‘PENDING` status.



1686
1687
1688
1689
1690
# File 'lib/aws-sdk-gamelift/types.rb', line 1686

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