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

Class: Aws::GameLift::Types::InstanceCredentials

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

Overview

Set of credentials required to remotely access a fleet instance. Access credentials are requested by calling GetInstanceAccess and returned in an InstanceAccess object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#secretString

Secret string. For Windows instances, the secret is a password for use with Windows Remote Desktop. For Linux instances, it is a private key (which must be saved as a .pem file) for use with SSH.

Returns:

  • (String)

    Secret string.

#user_nameString

User login string.

Returns:

  • (String)

    User login string.