AWS SDK Version 3 for .NET
API Reference

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.

Information and credentials that you can use to remotely connect to an instance in an EC2 managed fleet. This data type is returned in response to a call to GetInstanceAccess.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.InstanceAccess

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceAccess

The InstanceAccess type exposes the following members

Constructors

NameDescription
Public Method InstanceAccess()

Properties

NameTypeDescription
Public Property Credentials Amazon.GameLift.Model.InstanceCredentials

Gets and sets the property Credentials.

Security credentials that are required to access the instance.

Public Property FleetId System.String

Gets and sets the property FleetId.

A unique identifier for the fleet containing the instance to be accessed.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

A unique identifier for the instance to be accessed.

Public Property IpAddress System.String

Gets and sets the property IpAddress.

IP address assigned to the instance.

Public Property OperatingSystem Amazon.GameLift.OperatingSystem

Gets and sets the property OperatingSystem.

Operating system that is running on the instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5