Class: Aws::Amplify::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::JobSummary
- 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
-
#commit_id ⇒ String
The commit ID from a third-party repository provider for the job.
-
#commit_message ⇒ String
The commit message from a third-party repository provider for the job.
-
#commit_time ⇒ Time
The commit date and time for the job.
-
#end_time ⇒ Time
The end date and time for the job.
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the job.
-
#job_id ⇒ String
The unique ID for the job.
-
#job_type ⇒ String
The type for the job.
-
#source_url ⇒ String
The source URL for the files to deploy.
-
#source_url_type ⇒ String
The type of source specified by the
sourceURL
. -
#start_time ⇒ Time
The start date and time for the job.
-
#status ⇒ String
The current status for the job.
Instance Attribute Details
#commit_id ⇒ String
The commit ID from a third-party repository provider for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#commit_message ⇒ String
The commit message from a third-party repository provider for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#commit_time ⇒ Time
The commit date and time for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end date and time for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique ID for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type for the job. If the value is RELEASE
, the job was
manually released from its source by using the StartJob
API. This
value is available only for apps that are connected to a repository.
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. If the value is MANUAL
, the
job is for a manually deployed app. Manually deployed apps are not
connected to a Git repository.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#source_url ⇒ String
The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#source_url_type ⇒ String
The type of source specified by the sourceURL
. If the value is
ZIP
, the source is a .zip file. If the value is BUCKET_PREFIX
,
the source is an Amazon S3 bucket and prefix. If no value is
specified, the default is ZIP
.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start date and time for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status for the job.
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891 class JobSummary < Struct.new( :job_arn, :job_id, :commit_id, :commit_message, :commit_time, :start_time, :status, :end_time, :job_type, :source_url, :source_url_type) SENSITIVE = [] include Aws::Structure end |