Class: Aws::AmplifyUIBuilder::Types::GetCodegenJobRequest

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 of the Amplify app associated with the code generation job.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2200

class GetCodegenJobRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the backend environment that is a part of the Amplify app associated with the code generation job.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2200

class GetCodegenJobRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the code generation job.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2200

class GetCodegenJobRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end