Class: Aws::GameSparks::Types::StartGeneratedCodeJobResult

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

#generated_code_job_idString

The identifier of the code generation job. You can use this identifier in the ‘GetGeneratedCodeJob` operation.

Returns:

  • (String)


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