You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Amplify::Types::StopJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::StopJobRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StopJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
app_id: "AppId", # required
branch_name: "BranchName", # required
job_id: "JobId", # required
}
The request structure for the stop job request.
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name for the branch, 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.
#branch_name ⇒ String
The name for the branch, for the job.
#job_id ⇒ String
The unique id for the job.