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

Class: Aws::CodePipeline::Types::ArtifactDetail

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

Overview

Artifact details for the action execution, such as the artifact location.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The artifact object name for the action execution.

Returns:

  • (String)

    The artifact object name for the action execution.

#s3locationTypes::S3Location

The Amazon S3 artifact location for the action execution.

Returns: