Class: Aws::GameSparks::Types::GetGeneratedCodeJobResult

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_jobTypes::GeneratedCodeJobDetails

Details about the generated code job.



677
678
679
680
681
# File 'lib/aws-sdk-gamesparks/types.rb', line 677

class GetGeneratedCodeJobResult < Struct.new(
  :generated_code_job)
  SENSITIVE = []
  include Aws::Structure
end