Class: Aws::Types::ListDetectMitigationActionsTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDetectMitigationActionsTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tasks ⇒ ::Array[Types::DetectMitigationActionsTaskSummary]
Returns the value of attribute tasks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def next_token @next_token end |
#tasks ⇒ ::Array[Types::DetectMitigationActionsTaskSummary]
Returns the value of attribute tasks.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def tasks @tasks end |