Class: Aws::Types::GetFindingHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#records ⇒ ::Array[Types::FindingHistoryRecord]
Returns the value of attribute records.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6004 6005 6006 |
# File 'sig/types.rbs', line 6004 def next_token @next_token end |
#records ⇒ ::Array[Types::FindingHistoryRecord]
Returns the value of attribute records.
6003 6004 6005 |
# File 'sig/types.rbs', line 6003 def records @records end |