Class: Aws::Types::ListDetectMitigationActionsExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDetectMitigationActionsExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_executions ⇒ ::Array[Types::DetectMitigationActionExecution]
Returns the value of attribute actions_executions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#actions_executions ⇒ ::Array[Types::DetectMitigationActionExecution]
Returns the value of attribute actions_executions.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def actions_executions @actions_executions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def next_token @next_token end |