Class: Aws::CodePipeline::Types::ArtifactDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ArtifactDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Artifact details for the action execution, such as the artifact location.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The artifact object name for the action execution.
 - 
  
    
      #s3location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 artifact location for the action execution.
 
Instance Attribute Details
#name ⇒ String
The artifact object name for the action execution.
      1135 1136 1137 1138 1139 1140  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1135 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end  | 
  
#s3location ⇒ Types::S3Location
The Amazon S3 artifact location for the action execution.
      1135 1136 1137 1138 1139 1140  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1135 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end  |