Class: Aws::Types::ImageAggregation
- Inherits:
-
Object
- Object
- Aws::Types::ImageAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
933 934 935 |
# File 'sig/types.rbs', line 933 def image_build_version_arn @image_build_version_arn end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
934 935 936 |
# File 'sig/types.rbs', line 934 def severity_counts @severity_counts end |