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

Class: Aws::GameLift::Types::AwsCredentials

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

Overview

Temporary access credentials used for uploading game build files to Amazon GameLift. They are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

Temporary key allowing access to the Amazon GameLift S3 account.

Returns:

  • (String)

    Temporary key allowing access to the Amazon GameLift S3 account.

#secret_access_keyString

Temporary secret key allowing access to the Amazon GameLift S3 account.

Returns:

  • (String)

    Temporary secret key allowing access to the Amazon GameLift S3 account.

#session_tokenString

Token used to associate a specific build ID with the files uploaded using these credentials.

Returns:

  • (String)

    Token used to associate a specific build ID with the files uploaded using these credentials.