Class: Aws::Types::ListPendingMaintenanceActionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPendingMaintenanceActionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_pending_maintenance_actions ⇒ ::Array[Types::ResourcePendingMaintenanceAction]
Returns the value of attribute resource_pending_maintenance_actions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
226 227 228 |
# File 'sig/types.rbs', line 226 def next_token @next_token end |
#resource_pending_maintenance_actions ⇒ ::Array[Types::ResourcePendingMaintenanceAction]
Returns the value of attribute resource_pending_maintenance_actions.
227 228 229 |
# File 'sig/types.rbs', line 227 def resource_pending_maintenance_actions @resource_pending_maintenance_actions end |