Class: Aws::Types::ListSubCheckResultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubCheckResultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sub_check_results ⇒ ::Array[Types::SubCheckResult]
Returns the value of attribute sub_check_results.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
378 379 380 |
# File 'sig/types.rbs', line 378 def next_token @next_token end |
#sub_check_results ⇒ ::Array[Types::SubCheckResult]
Returns the value of attribute sub_check_results.
377 378 379 |
# File 'sig/types.rbs', line 377 def sub_check_results @sub_check_results end |