Class: Aws::CodePipeline::Types::Job

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents information about a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account to use when performing the job.



2512
2513
2514
2515
2516
2517
2518
2519
# File 'lib/aws-sdk-codepipeline/types.rb', line 2512

class Job < Struct.new(
  :id,
  :data,
  :nonce,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataTypes::JobData

Other data about a job.



2512
2513
2514
2515
2516
2517
2518
2519
# File 'lib/aws-sdk-codepipeline/types.rb', line 2512

class Job < Struct.new(
  :id,
  :data,
  :nonce,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique system-generated ID of the job.



2512
2513
2514
2515
2516
2517
2518
2519
# File 'lib/aws-sdk-codepipeline/types.rb', line 2512

class Job < Struct.new(
  :id,
  :data,
  :nonce,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nonceString

A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.



2512
2513
2514
2515
2516
2517
2518
2519
# File 'lib/aws-sdk-codepipeline/types.rb', line 2512

class Job < Struct.new(
  :id,
  :data,
  :nonce,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end