Class: Aws::Types::SeverityStatistics
- Inherits:
-
Object
- Object
- Aws::Types::SeverityStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
-
#severity ⇒ ::Float
Returns the value of attribute severity.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def last_generated_at @last_generated_at end |
#severity ⇒ ::Float
Returns the value of attribute severity.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def severity @severity end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def total_findings @total_findings end |