Class: Aws::GameLift::Types::DescribeComputeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeComputeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute ⇒ Types::Compute
The set of properties for the requested compute resource.
Instance Attribute Details
#compute ⇒ Types::Compute
The set of properties for the requested compute resource.
3541 3542 3543 3544 3545 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3541 class DescribeComputeOutput < Struct.new( :compute) SENSITIVE = [] include Aws::Structure end |