Class: Aws::CodePipeline::Types::ArtifactDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Returns information about the details of an artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_countInteger

The maximum number of artifacts allowed for the action type.

Returns:

  • (Integer)


1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1154

class ArtifactDetails < Struct.new(
  :minimum_count,
  :maximum_count)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_countInteger

The minimum number of artifacts allowed for the action type.

Returns:

  • (Integer)


1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1154

class ArtifactDetails < Struct.new(
  :minimum_count,
  :maximum_count)
  SENSITIVE = []
  include Aws::Structure
end