Class: Aws::GameSparks::Types::ExportSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ExportSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_url ⇒ String
The presigned URL for the snapshot data.
Instance Attribute Details
#s3_url ⇒ String
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.
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 |