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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maximum_countInteger

The maximum number of artifacts allowed for the action type.

Returns:

  • (Integer)


1142
1143
1144
1145
1146
1147
# File 'lib/aws-sdk-codepipeline/types.rb', line 1142

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)


1142
1143
1144
1145
1146
1147
# File 'lib/aws-sdk-codepipeline/types.rb', line 1142

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