Class: Aws::GameSparks::Types::StartGeneratedCodeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::StartGeneratedCodeJobRequest
- 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.
-
#generator ⇒ Types::Generator
Properties of the generator to use for the job.
-
#snapshot_id ⇒ String
The identifier of the snapshot for which to generate code.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
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 |
#generator ⇒ Types::Generator
Properties of the generator to use for the job.
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_id ⇒ String
The identifier of the snapshot for which to generate code.
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 |