Class: Aws::GameLift::Types::DescribeComputeOutput

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

#computeTypes::Compute

The details of the compute resource you registered to the specified fleet.

Returns:



2301
2302
2303
2304
2305
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2301

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