Class: Aws::Types::VulnerabilityIdAggregation
- Inherits:
-
Object
- Object
- Aws::Types::VulnerabilityIdAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
-
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
Instance Attribute Details
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def severity_counts @severity_counts end |
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def vulnerability_id @vulnerability_id end |