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

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

#storage_locationTypes::S3Location

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

Returns:



8784
8785
8786
8787
8788
8789
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8784

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.



8784
8785
8786
8787
8788
8789
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8784

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