Class: Aws::Types::ListMitigationActionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMitigationActionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
Returns the value of attribute action_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#action_type ⇒ "UPDATE_DEVICE_CERTIFICATE", ...
Returns the value of attribute action_type.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def action_type @action_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def next_token @next_token end |