Class: Aws::GameLift::Types::RegisterComputeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::RegisterComputeOutput
- Defined in:
- gems/aws-sdk-gamelift/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 to the specified fleet.
Instance Attribute Details
#compute ⇒ Types::Compute
The details of the compute resource you registered to the specified fleet.
7224 7225 7226 7227 7228 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7224 class RegisterComputeOutput < Struct.new( :compute) SENSITIVE = [] include Aws::Structure end |