Class: Aws::GameLift::Types::DescribeComputeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeComputeOutput
- 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.
2248 2249 2250 2251 2252 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2248 class DescribeComputeOutput < Struct.new( :compute) SENSITIVE = [] include Aws::Structure end |