Class: Aws::Types::ListFindingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings_summaries ⇒ ::Array[Types::FindingSummary]
Returns the value of attribute findings_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#findings_summaries ⇒ ::Array[Types::FindingSummary]
Returns the value of attribute findings_summaries.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def findings_summaries @findings_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def next_token @next_token end |