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

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

Overview

Constant Summary collapse

SENSITIVE =
[:upload_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_locationTypes::S3Location

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

Returns:



7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-gamelift/types.rb', line 7431

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

#upload_credentialsTypes::AwsCredentials

Amazon Web Services 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.



7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-gamelift/types.rb', line 7431

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