Class: Aws::Types::GetFindingsStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings_statistics ⇒ ::Array[Types::FindingsStatistics]
Returns the value of attribute findings_statistics.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
Instance Attribute Details
#findings_statistics ⇒ ::Array[Types::FindingsStatistics]
Returns the value of attribute findings_statistics.
640 641 642 |
# File 'sig/types.rbs', line 640 def findings_statistics @findings_statistics end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
641 642 643 |
# File 'sig/types.rbs', line 641 def last_updated_at @last_updated_at end |