Class: Aws::Types::ListInvestigationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInvestigationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#investigations ⇒ ::Array[Types::InvestigationSummary]
Returns the value of attribute investigations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#investigations ⇒ ::Array[Types::InvestigationSummary]
Returns the value of attribute investigations.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def investigations @investigations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def next_token @next_token end |