Class: Aws::Amplify::Types::StopJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::StopJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the stop 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 stop job request.
-
#job_id ⇒ String
The unique id for the job.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
2555 2556 2557 2558 2559 2560 2561 |
# File 'lib/aws-sdk-amplify/types.rb', line 2555 class StopJobRequest < 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 stop job request.
2555 2556 2557 2558 2559 2560 2561 |
# File 'lib/aws-sdk-amplify/types.rb', line 2555 class StopJobRequest < Struct.new( :app_id, :branch_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique id for the job.
2555 2556 2557 2558 2559 2560 2561 |
# File 'lib/aws-sdk-amplify/types.rb', line 2555 class StopJobRequest < Struct.new( :app_id, :branch_name, :job_id) SENSITIVE = [] include Aws::Structure end |