Class: Aws::Types::ListScheduledAuditsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListScheduledAuditsRequest
- 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.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def next_token @next_token end |