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:



9619
9620
9621
9622
9623
# File 'lib/aws-sdk-gamelift/types.rb', line 9619

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