Class: Aws::GameSparks::Types::GetGeneratedCodeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetGeneratedCodeJobRequest
- 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.
-
#job_id ⇒ String
The identifier of the code generation job.
-
#snapshot_id ⇒ String
The identifier of the snapshot for the code generation job.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 663 class GetGeneratedCodeJobRequest < Struct.new( :game_name, :job_id, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The identifier of the code generation job.
663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 663 class GetGeneratedCodeJobRequest < Struct.new( :game_name, :job_id, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The identifier of the snapshot for the code generation job.
663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 663 class GetGeneratedCodeJobRequest < Struct.new( :game_name, :job_id, :snapshot_id) SENSITIVE = [] include Aws::Structure end |