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

Class: Aws::CodeBuild::Types::BuildSummary

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

Overview

Contains summary information about a batch build group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The batch build ARN.

Returns:

  • (String)

    The batch build ARN.

#build_statusString

The status of the build group.

FAILED

The build group failed.

FAULT

The build group faulted.

IN_PROGRESS

The build group is still in progress.

STOPPED

The build group stopped.

SUCCEEDED

The build group succeeded.

TIMED_OUT

The build group timed out.

Possible values:

  • SUCCEEDED
  • FAILED
  • FAULT
  • TIMED_OUT
  • IN_PROGRESS
  • STOPPED

Returns:

  • (String)

    The status of the build group.

#primary_artifactTypes::ResolvedArtifact

A ResolvedArtifact object that represents the primary build artifacts for the build group.

Returns:

  • (Types::ResolvedArtifact)

    A ResolvedArtifact object that represents the primary build artifacts for the build group.

#requested_onTime

When the build was started, expressed in Unix time format.

Returns:

  • (Time)

    When the build was started, expressed in Unix time format.

#secondary_artifactsArray<Types::ResolvedArtifact>

An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

Returns:

  • (Array<Types::ResolvedArtifact>)

    An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.