Class: Aws::Types::PackageAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PackageAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def account_id @account_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def package_name @package_name end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def severity_counts @severity_counts end |