Class: Aws::Types::ResourcePendingMaintenanceActions
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePendingMaintenanceActions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pending_maintenance_action_details ⇒ ::Array[Types::PendingMaintenanceAction]
Returns the value of attribute pending_maintenance_action_details.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#pending_maintenance_action_details ⇒ ::Array[Types::PendingMaintenanceAction]
Returns the value of attribute pending_maintenance_action_details.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def pending_maintenance_action_details @pending_maintenance_action_details end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def resource_identifier @resource_identifier end |