Class: Aws::GameLift::Types::DescribeComputeOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computeTypes::Compute

The set of properties for the requested compute resource.

Returns:



3475
3476
3477
3478
3479
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3475

class DescribeComputeOutput < Struct.new(
  :compute)
  SENSITIVE = []
  include Aws::Structure
end