Class: Aws::Types::ImagePipelineAggregation
- Inherits:
-
Object
- Object
- Aws::Types::ImagePipelineAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
989 990 991 |
# File 'sig/types.rbs', line 989 def image_pipeline_arn @image_pipeline_arn end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
990 991 992 |
# File 'sig/types.rbs', line 990 def severity_counts @severity_counts end |