Class: Aws::Amplify::Types::JobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

Describes the summary for an execution job for an Amplify app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The commit ID from a third-party repository provider for the job.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#commit_messageString

The commit message from a third-party repository provider for the job.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#commit_timeTime

The commit date and time for the job.

Returns:

  • (Time)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end date and time for the job.

Returns:

  • (Time)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The Amazon Resource Name (ARN) for the job.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique ID for the job.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start date and time for the job.

Returns:

  • (Time)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status for the job.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1796

class JobSummary < Struct.new(
  :job_arn,
  :job_id,
  :commit_id,
  :commit_message,
  :commit_time,
  :start_time,
  :status,
  :end_time,
  :job_type)
  SENSITIVE = []
  include Aws::Structure
end