AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeCompute operation. Retrieves properties for a compute resource in an Amazon GameLift fleet. To get a list of all computes in a fleet, call https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListCompute.html.
To request information on a specific compute, provide the fleet ID and compute name.
If successful, this operation returns details for the requested compute resource. Depending on the fleet's compute type, the result includes the following information:
For managed EC2 fleets, this operation returns information about the EC2 instance.
For Anywhere fleets, this operation returns information about the registered compute.
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class DescribeComputeRequest : AmazonGameLiftRequest IAmazonWebServiceRequest
The DescribeComputeRequest type exposes the following members
Name | Description | |
---|---|---|
DescribeComputeRequest() |
Name | Type | Description | |
---|---|---|---|
ComputeName | System.String |
Gets and sets the property ComputeName. The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For an EC2 fleet instance, use the instance ID. |
|
FleetId | System.String |
Gets and sets the property FleetId. A unique identifier for the fleet that the compute belongs to. You can use either the fleet ID or ARN value. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5