Class: Aws::Types::ImageScanFindingAggregation
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanFindingAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_aggregation ⇒ Types::AccountAggregation
Returns the value of attribute account_aggregation.
-
#image_aggregation ⇒ Types::ImageAggregation
Returns the value of attribute image_aggregation.
-
#image_pipeline_aggregation ⇒ Types::ImagePipelineAggregation
Returns the value of attribute image_pipeline_aggregation.
-
#vulnerability_id_aggregation ⇒ Types::VulnerabilityIdAggregation
Returns the value of attribute vulnerability_id_aggregation.
Instance Attribute Details
#account_aggregation ⇒ Types::AccountAggregation
Returns the value of attribute account_aggregation.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def account_aggregation @account_aggregation end |
#image_aggregation ⇒ Types::ImageAggregation
Returns the value of attribute image_aggregation.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def image_aggregation @image_aggregation end |
#image_pipeline_aggregation ⇒ Types::ImagePipelineAggregation
Returns the value of attribute image_pipeline_aggregation.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def image_pipeline_aggregation @image_pipeline_aggregation end |
#vulnerability_id_aggregation ⇒ Types::VulnerabilityIdAggregation
Returns the value of attribute vulnerability_id_aggregation.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def vulnerability_id_aggregation @vulnerability_id_aggregation end |