You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::InstanceAccess

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Credentials required to access the instance.

Returns:

#fleet_idString

A unique identifier for a fleet containing the instance being accessed.

Returns:

  • (String)

    A unique identifier for a fleet containing the instance being accessed.

#instance_idString

A unique identifier for an instance being accessed.

Returns:

  • (String)

    A unique identifier for an instance being accessed.

#ip_addressString

IP address that is assigned to the instance.

Returns:

  • (String)

    IP address that is assigned to the instance.

#operating_systemString

Operating system that is running on the instance.

Possible values:

  • WINDOWS_2012
  • AMAZON_LINUX
  • AMAZON_LINUX_2

Returns:

  • (String)

    Operating system that is running on the instance.