Class: Aws::AmplifyUIBuilder::Types::StartCodegenJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::StartCodegenJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::CodegenJob
The code generation job for a UI component that is associated with an Amplify app.
Instance Attribute Details
#entity ⇒ Types::CodegenJob
The code generation job for a UI component that is associated with an Amplify app.
3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3020 class StartCodegenJobResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |