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

Class: Aws::CodeBuild::Types::BuildArtifacts

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

Overview

Information about build output artifacts.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_identifier ⇒ String

An identifier for this artifact definition.

Returns:

  • (String) —

    An identifier for this artifact definition.

#encryption_disabled ⇒ Boolean

Information that tells you if encryption for build artifacts is disabled.

Returns:

  • (Boolean) —

    Information that tells you if encryption for build artifacts is disabled.

#location ⇒ String

Information about the location of the build artifacts.

Returns:

  • (String) —

    Information about the location of the build artifacts.

#md5sum ⇒ String

The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project\'s packaging value is set to ZIP.

Returns:

  • (String) —

    The MD5 hash of the build artifact.

#override_artifact_name ⇒ Boolean

If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

Returns:

  • (Boolean) —

    If this flag is set, a name specified in the buildspec file overrides the artifact name.

#sha256sum ⇒ String

The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project\'s packaging value is set to ZIP.

Returns:

  • (String) —

    The SHA-256 hash of the build artifact.