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

Class: Aws::CodePipeline::Types::Artifact

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

Overview

Represents information about an artifact that is worked on by actions in the pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::ArtifactLocation

The location of an artifact.

Returns:

#nameString

The artifact\'s name.

Returns:

  • (String)

    The artifact\'s name.

#revisionString

The artifact\'s revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).

Returns:

  • (String)

    The artifact\'s revision ID.