Class: Aws::GameSparks::Types::StartGeneratedCodeJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::StartGeneratedCodeJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_code_job_id ⇒ String
The identifier of the code generation job.
Instance Attribute Details
#generated_code_job_id ⇒ String
The identifier of the code generation job. You can use this identifier in the ‘GetGeneratedCodeJob` operation.
1620 1621 1622 1623 1624 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1620 class StartGeneratedCodeJobResult < Struct.new( :generated_code_job_id) SENSITIVE = [] include Aws::Structure end |