Class: Aws::AmplifyUIBuilder::Types::CodegenJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CodegenJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
A summary of the basic information about the code generation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app associated with the code generation job.
-
#created_at ⇒ Time
The time that the code generation job summary was created.
-
#environment_name ⇒ String
The name of the backend environment associated with the code generation job.
-
#id ⇒ String
The unique ID for the code generation job summary.
-
#modified_at ⇒ Time
The time that the code generation job summary was modified.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app associated with the code generation job.
492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 492 class CodegenJobSummary < Struct.new( :app_id, :environment_name, :id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time that the code generation job summary was created.
492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 492 class CodegenJobSummary < Struct.new( :app_id, :environment_name, :id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment associated with the code generation job.
492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 492 class CodegenJobSummary < Struct.new( :app_id, :environment_name, :id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the code generation job summary.
492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 492 class CodegenJobSummary < Struct.new( :app_id, :environment_name, :id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The time that the code generation job summary was modified.
492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 492 class CodegenJobSummary < Struct.new( :app_id, :environment_name, :id, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |