Class: Aws::Types::ResourcePendingMaintenanceAction
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePendingMaintenanceAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pending_maintenance_action_details ⇒ ::Array[Types::PendingMaintenanceActionDetails]
Returns the value of attribute pending_maintenance_action_details.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#pending_maintenance_action_details ⇒ ::Array[Types::PendingMaintenanceActionDetails]
Returns the value of attribute pending_maintenance_action_details.
259 260 261 |
# File 'sig/types.rbs', line 259 def pending_maintenance_action_details @pending_maintenance_action_details end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def resource_arn @resource_arn end |