Class: Aws::AmplifyUIBuilder::Types::CodegenJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/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

Instance Attribute Details

#app_idString

The unique ID of the Amplify app associated with the code generation job.

Returns:

  • (String)


492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-amplifyuibuilder/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_atTime

The time that the code generation job summary was created.

Returns:

  • (Time)


492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-amplifyuibuilder/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_nameString

The name of the backend environment associated with the code generation job.

Returns:

  • (String)


492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-amplifyuibuilder/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

#idString

The unique ID for the code generation job summary.

Returns:

  • (String)


492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-amplifyuibuilder/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_atTime

The time that the code generation job summary was modified.

Returns:

  • (Time)


492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-amplifyuibuilder/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