class Aws::CodePipeline::Types::ActionTypeArtifactDetails
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
@note When making an API call, you may pass ActionTypeArtifactDetails
data as a hash: { minimum_count: 1, # required maximum_count: 1, # required }
@!attribute [rw] minimum_count
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of `source`. @return [Integer]
@!attribute [rw] maximum_count
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of `source`. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionTypeArtifactDetails AWS API Documentation
Constants
- SENSITIVE