Class: Aws::Types::PendingMaintenanceActionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::PendingMaintenanceActionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#pending_maintenance_actions ⇒ ::Array[Types::ResourcePendingMaintenanceActions]
Returns the value of attribute pending_maintenance_actions.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def marker @marker end |
#pending_maintenance_actions ⇒ ::Array[Types::ResourcePendingMaintenanceActions]
Returns the value of attribute pending_maintenance_actions.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def pending_maintenance_actions @pending_maintenance_actions end |