Class: Aws::Types::FindingTypeStatistics
- Inherits:
-
Object
- Object
- Aws::Types::FindingTypeStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_type ⇒ ::String
Returns the value of attribute finding_type.
-
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#finding_type ⇒ ::String
Returns the value of attribute finding_type.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def finding_type @finding_type end |
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def last_generated_at @last_generated_at end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def total_findings @total_findings end |