Class: Aws::Types::ListMitigationActionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMitigationActionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_identifiers ⇒ ::Array[Types::MitigationActionIdentifier]
Returns the value of attribute action_identifiers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#action_identifiers ⇒ ::Array[Types::MitigationActionIdentifier]
Returns the value of attribute action_identifiers.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def action_identifiers @action_identifiers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def next_token @next_token end |