You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

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

#dataTypes::JobData

Other data about a job.

Returns:

#idString

The unique system-generated ID of the job.

Returns:

  • (String)

    The unique system-generated ID of the job.

#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)

    A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker.