Class: Aws::Types::ListSubCheckResultsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubCheckResultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
371 372 373 |
# File 'sig/types.rbs', line 371 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
372 373 374 |
# File 'sig/types.rbs', line 372 def next_token @next_token end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def operation_id @operation_id end |