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
 - Struct
 - Aws::CodeBuild::Types::BuildArtifacts
 
 
- Defined in:
 - (unknown)
 
Overview
Information about build output artifacts.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #artifact_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An identifier for this artifact definition.
 - 
  
    
      #encryption_disabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information that tells you if encryption for build artifacts is disabled.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the location of the build artifacts.
 - 
  
    
      #md5sum  ⇒ 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.
 - 
  
    
      #sha256sum  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SHA-256 hash of the build artifact.
 
Instance Attribute Details
#artifact_identifier ⇒ String
An identifier for this artifact definition.
#encryption_disabled ⇒ Boolean
Information that tells you if encryption for build artifacts is disabled.
#location ⇒ 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.
packaging value
is set to ZIP.
#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.
#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.
packaging value
is set to ZIP.