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

Class: Aws::GameLift::Types::RequestUploadCredentialsOutput

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

Overview

Represents the returned data in response to a request operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#storage_locationTypes::S3Location

Amazon S3 path and key, identifying where the game build files are stored.

Returns:

  • (Types::S3Location)

    Amazon S3 path and key, identifying where the game build files are stored.

#upload_credentialsTypes::AwsCredentials

AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.

Returns:

  • (Types::AwsCredentials)

    AWS credentials required when uploading a game build to the storage location.