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.
1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1174 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.
1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1174 class ArtifactDetails < Struct.new( :minimum_count, :maximum_count) SENSITIVE = [] include Aws::Structure end |