Class: Aws::GameLift::Types::DescribeContainerFleetOutput

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

#container_fleetTypes::ContainerFleet

The properties for the requested container fleet, including current status.



3717
3718
3719
3720
3721
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3717

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