Class: Aws::Types::ListFindingAggregatorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingAggregatorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_aggregators ⇒ ::Array[Types::FindingAggregator]
Returns the value of attribute finding_aggregators.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#finding_aggregators ⇒ ::Array[Types::FindingAggregator]
Returns the value of attribute finding_aggregators.
6478 6479 6480 |
# File 'sig/types.rbs', line 6478 def finding_aggregators @finding_aggregators end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6479 6480 6481 |
# File 'sig/types.rbs', line 6479 def next_token @next_token end |