Class: Aws::AmplifyUIBuilder::Types::StartCodegenJobResponse

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

#entityTypes::CodegenJob

The code generation job for a UI component that is associated with an Amplify app.

Returns:



3020
3021
3022
3023
3024
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3020

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