Method: Aws::Imagebuilder::Types::ImagePipelineAggregation#image_pipeline_arn
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.
3703 3704 3705 3706 3707 3708 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3703 class ImagePipelineAggregation < Struct.new( :image_pipeline_arn, :severity_counts) SENSITIVE = [] include Aws::Structure end |