Class: Aws::CodePipeline::Types::ArtifactDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::ArtifactDetail
 
- Defined in:
- gems/aws-sdk-codepipeline/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.
| 1187 1188 1189 1190 1191 1192 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1187 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end | 
#s3location ⇒ Types::S3Location
The Amazon S3 artifact location for the action execution.
| 1187 1188 1189 1190 1191 1192 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1187 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end |