Class: Aws::Types::MaintenanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_maintenance_applied ⇒ ::Time
Returns the value of attribute last_maintenance_applied.
-
#maintenance_auto_applied_after ⇒ ::Time
Returns the value of attribute maintenance_auto_applied_after.
-
#pending_maintenance ⇒ ::String
Returns the value of attribute pending_maintenance.
Instance Attribute Details
#last_maintenance_applied ⇒ ::Time
Returns the value of attribute last_maintenance_applied.
13100 13101 13102 |
# File 'sig/types.rbs', line 13100 def last_maintenance_applied @last_maintenance_applied end |
#maintenance_auto_applied_after ⇒ ::Time
Returns the value of attribute maintenance_auto_applied_after.
13099 13100 13101 |
# File 'sig/types.rbs', line 13099 def maintenance_auto_applied_after @maintenance_auto_applied_after end |
#pending_maintenance ⇒ ::String
Returns the value of attribute pending_maintenance.
13098 13099 13100 |
# File 'sig/types.rbs', line 13098 def pending_maintenance @pending_maintenance end |