Class: Aws::Amplify::Types::StopJobRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


2514
2515
2516
2517
2518
2519
2520
# File 'lib/aws-sdk-amplify/types.rb', line 2514

class StopJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#branch_nameString

The name of the branch to use for the stop job request.

Returns:

  • (String)


2514
2515
2516
2517
2518
2519
2520
# File 'lib/aws-sdk-amplify/types.rb', line 2514

class StopJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique id for the job.

Returns:

  • (String)


2514
2515
2516
2517
2518
2519
2520
# File 'lib/aws-sdk-amplify/types.rb', line 2514

class StopJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end