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.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the AWS account to use when performing the job.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-codepipeline/types.rb', line 1599

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

#dataTypes::JobData

Additional data about a job.

Returns:



1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-codepipeline/types.rb', line 1599

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

#idString

The unique system-generated ID of the job.

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-codepipeline/types.rb', line 1599

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

#nonceString

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

Returns:

  • (String)


1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-codepipeline/types.rb', line 1599

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