Class: Aws::GameLift::Types::UpdateContainerFleetOutput

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

A collection of container fleet objects for all fleets that match the request criteria.



11191
11192
11193
11194
11195
# File 'lib/aws-sdk-gamelift/types.rb', line 11191

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