Class: Aws::Amplify::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get job request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name of the branch to use for the job.
-
#job_id ⇒ String
The unique ID for the job.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-amplify/types.rb', line 1749 class GetJobRequest < Struct.new( :app_id, :branch_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name of the branch to use for the job.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-amplify/types.rb', line 1749 class GetJobRequest < Struct.new( :app_id, :branch_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique ID for the job.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-amplify/types.rb', line 1749 class GetJobRequest < Struct.new( :app_id, :branch_name, :job_id) SENSITIVE = [] include Aws::Structure end |