Class: Aws::GameLift::Types::RegisterComputeOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::RegisterComputeOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compute  ⇒ Types::Compute 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the compute resource you registered.
 
Instance Attribute Details
#compute ⇒ Types::Compute
The details of the compute resource you registered.
      8770 8771 8772 8773 8774  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8770 class RegisterComputeOutput < Struct.new( :compute) SENSITIVE = [] include Aws::Structure end  |