Method: Aws::GameSparks::Types::UpdateSnapshotRequest#game_name

Defined in:
lib/aws-sdk-gamesparks/types.rb

#game_nameString

The name of the game.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
# File 'lib/aws-sdk-gamesparks/types.rb', line 1794

class UpdateSnapshotRequest < Struct.new(
  :description,
  :game_name,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end