Class: Aws::GameSparks::Types::ExportSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ExportSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_name ⇒ String
The name of the game.
-
#snapshot_id ⇒ String
The identifier of the snapshot to export.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 284 class ExportSnapshotRequest < Struct.new( :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The identifier of the snapshot to export.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 284 class ExportSnapshotRequest < Struct.new( :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |