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

Class: Aws::GameLift::Types::CreateBuildOutput

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

#buildTypes::Build

The newly created build resource, including a unique build IDs and status.

Returns:

  • (Types::Build)

    The newly created build resource, including a unique build IDs and status.

#storage_locationTypes::S3Location

Amazon S3 location for your game build file, including bucket name and key.

Returns:

  • (Types::S3Location)

    Amazon S3 location for your game build file, including bucket name and key.

#upload_credentialsTypes::AwsCredentials

This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.

Returns:

  • (Types::AwsCredentials)

    This element is returned only when the operation is called without a storage location.