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.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def marker @marker end |
#pending_maintenance_actions ⇒ ::Array[Types::ResourcePendingMaintenanceActions]
Returns the value of attribute pending_maintenance_actions.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def pending_maintenance_actions @pending_maintenance_actions end |