Class: Aws::GameSparks::Types::ExportSnapshotRequest

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

#game_nameString

The name of the game.

Returns:

  • (String)


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_idString

The identifier of the snapshot to export.

Returns:

  • (String)


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