Class: Aws::AmplifyUIBuilder::Types::GetCodegenJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetCodegenJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::CodegenJob
The configuration settings for the code generation job.
Instance Attribute Details
#job ⇒ Types::CodegenJob
The configuration settings for the code generation job.
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2214 class GetCodegenJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |