Class: Aws::Types::ResourceFindingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceFindingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_type ⇒ ::String
Returns the value of attribute finding_type.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#severities ⇒ Types::ResourceSeverityBreakdown
Returns the value of attribute severities.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#finding_type ⇒ ::String
Returns the value of attribute finding_type.
7168 7169 7170 |
# File 'sig/types.rbs', line 7168 def finding_type @finding_type end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
7169 7170 7171 |
# File 'sig/types.rbs', line 7169 def product_name @product_name end |
#severities ⇒ Types::ResourceSeverityBreakdown
Returns the value of attribute severities.
7171 7172 7173 |
# File 'sig/types.rbs', line 7171 def severities @severities end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
7170 7171 7172 |
# File 'sig/types.rbs', line 7170 def total_findings @total_findings end |