Class: Aws::Types::ListFindingsReportsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsReportsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings_report_summaries ⇒ ::Array[Types::FindingsReportSummary]
Returns the value of attribute findings_report_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#findings_report_summaries ⇒ ::Array[Types::FindingsReportSummary]
Returns the value of attribute findings_report_summaries.
237 238 239 |
# File 'sig/types.rbs', line 237 def findings_report_summaries @findings_report_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
238 239 240 |
# File 'sig/types.rbs', line 238 def next_token @next_token end |