Class: Aws::GameSparks::Types::StartGeneratedCodeJobRequest

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)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-gamesparks/types.rb', line 1605

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

#generatorTypes::Generator

Properties of the generator to use for the job.

Returns:



1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-gamesparks/types.rb', line 1605

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

#snapshot_idString

The identifier of the snapshot for which to generate code.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-gamesparks/types.rb', line 1605

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