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

Class: Aws::CodePipeline::Types::JobDetails

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

Overview

Represents information about the details of a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The AWS account ID associated with the job.

Returns:

  • (String) —

    The AWS account ID associated with the job.

#data ⇒ Types::JobData

Represents other information about a job required for a job worker to complete the job.

Returns:

  • (Types::JobData) —

    Represents other information about a job required for a job worker to complete the job.

#id ⇒ String

The unique system-generated ID of the job.

Returns:

  • (String) —

    The unique system-generated ID of the job.