Class: Aws::GameSparks::Types::ExportSnapshotResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_urlString

The presigned URL for the snapshot data.

This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.

Returns:

  • (String)


301
302
303
304
305
# File 'lib/aws-sdk-gamesparks/types.rb', line 301

class ExportSnapshotResult < Struct.new(
  :s3_url)
  SENSITIVE = []
  include Aws::Structure
end