Class: Aws::CodePipeline::Types::ArtifactDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ArtifactDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Returns information about the details of an artifact.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #maximum_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of artifacts allowed for the action type.
 - 
  
    
      #minimum_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minimum number of artifacts allowed for the action type.
 
Instance Attribute Details
#maximum_count ⇒ Integer
The maximum number of artifacts allowed for the action type.
      1186 1187 1188 1189 1190 1191  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1186 class ArtifactDetails < Struct.new( :minimum_count, :maximum_count) SENSITIVE = [] include Aws::Structure end  | 
  
#minimum_count ⇒ Integer
The minimum number of artifacts allowed for the action type.
      1186 1187 1188 1189 1190 1191  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1186 class ArtifactDetails < Struct.new( :minimum_count, :maximum_count) SENSITIVE = [] include Aws::Structure end  |