Class: Aws::Types::ListFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def finding_ids @finding_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def next_token @next_token end |