Class: Aws::Types::TitleAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::TitleAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def account_id @account_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def severity_counts @severity_counts end |
#title ⇒ ::String
Returns the value of attribute title.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def title @title end |
#vulnerability_id ⇒ ::String
Returns the value of attribute vulnerability_id.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def vulnerability_id @vulnerability_id end |