Class: Aws::AmplifyUIBuilder::Types::StartCodegenJobRequest

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

#app_idString

The unique ID for the Amplify app.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-amplifyuibuilder/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_tokenString

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.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-amplifyuibuilder/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_createTypes::StartCodegenJobData

The code generation job resource configuration.



3004
3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-amplifyuibuilder/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_nameString

The name of the backend environment that is a part of the Amplify app.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
3010
3011
# File 'gems/aws-sdk-amplifyuibuilder/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