Class: Aws::GameLift::Types::RegisterComputeOutput

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

#computeTypes::Compute

The details of the compute resource you registered.

Returns:



9409
9410
9411
9412
9413
# File 'lib/aws-sdk-gamelift/types.rb', line 9409

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