Class: Aws::GameLift::Types::UpdateContainerFleetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateContainerFleetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_fleet ⇒ Types::ContainerFleet
A collection of container fleet objects for all fleets that match the request criteria.
Instance Attribute Details
#container_fleet ⇒ Types::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 |