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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2214

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