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.
Instance Attribute Details
#compute ⇒ Types::Compute
The details of the compute resource you registered.
9619 9620 9621 9622 9623 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9619 class RegisterComputeOutput < Struct.new( :compute) SENSITIVE = [] include Aws::Structure end |