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

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#storage_locationTypes::S3Location

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

Returns:



4983
4984
4985
4986
4987
# File 'lib/aws-sdk-gamelift/types.rb', line 4983

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

#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.



4983
4984
4985
4986
4987
# File 'lib/aws-sdk-gamelift/types.rb', line 4983

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