Class: Aws::AmplifyUIBuilder::Types::GetCodegenJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::CodegenJob

The configuration settings for the code generation job.

Returns:



2214
2215
2216
2217
2218
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2214

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