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

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.

Returns:



8659
8660
8661
8662
8663
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8659

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