Class: Aws::Types::GetFindingsStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_statistics ⇒ Types::FindingStatistics
Returns the value of attribute finding_statistics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#finding_statistics ⇒ Types::FindingStatistics
Returns the value of attribute finding_statistics.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def finding_statistics @finding_statistics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def next_token @next_token end |