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

Class: Aws::CodeBuild::Types::ResolvedArtifact

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

Overview

Represents a resolved build artifact. A resolve artifact is an artifact that is built and deployed to the destination, such as Amazon Simple Storage Service (Amazon S3).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the artifact.

Returns:

  • (String)

    The identifier of the artifact.

#locationString

The location of the artifact.

Returns:

  • (String)

    The location of the artifact.

#typeString

Specifies the type of artifact.

Possible values:

  • CODEPIPELINE
  • S3
  • NO_ARTIFACTS

Returns:

  • (String)

    Specifies the type of artifact.