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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:upload_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#buildTypes::Build

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

Returns:



657
658
659
660
661
662
663
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 657

class CreateBuildOutput < Struct.new(
  :build,
  :upload_credentials,
  :storage_location)
  SENSITIVE = [:upload_credentials]
  include Aws::Structure
end

#storage_locationTypes::S3Location

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

Returns:



657
658
659
660
661
662
663
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 657

class CreateBuildOutput < Struct.new(
  :build,
  :upload_credentials,
  :storage_location)
  SENSITIVE = [:upload_credentials]
  include Aws::Structure
end

#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 Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.



657
658
659
660
661
662
663
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 657

class CreateBuildOutput < Struct.new(
  :build,
  :upload_credentials,
  :storage_location)
  SENSITIVE = [:upload_credentials]
  include Aws::Structure
end