Class: Aws::AmplifyUIBuilder::Types::StartCodegenJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::StartCodegenJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app.
-
#client_token ⇒ String
The idempotency token used to ensure that the code generation job request completes only once.
-
#codegen_job_to_create ⇒ Types::StartCodegenJobData
The code generation job resource configuration.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3004 class StartCodegenJobRequest < Struct.new( :app_id, :environment_name, :client_token, :codegen_job_to_create) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token used to ensure that the code generation job request completes only once.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3004 class StartCodegenJobRequest < Struct.new( :app_id, :environment_name, :client_token, :codegen_job_to_create) SENSITIVE = [] include Aws::Structure end |
#codegen_job_to_create ⇒ Types::StartCodegenJobData
The code generation job resource configuration.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3004 class StartCodegenJobRequest < Struct.new( :app_id, :environment_name, :client_token, :codegen_job_to_create) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3004 class StartCodegenJobRequest < Struct.new( :app_id, :environment_name, :client_token, :codegen_job_to_create) SENSITIVE = [] include Aws::Structure end |