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.
13692 13693 13694 |
# File 'sig/types.rbs', line 13692 def last_maintenance_applied @last_maintenance_applied end |
#maintenance_auto_applied_after ⇒ ::Time
Returns the value of attribute maintenance_auto_applied_after.
13691 13692 13693 |
# File 'sig/types.rbs', line 13691 def maintenance_auto_applied_after @maintenance_auto_applied_after end |
#pending_maintenance ⇒ ::String
Returns the value of attribute pending_maintenance.
13690 13691 13692 |
# File 'sig/types.rbs', line 13690 def pending_maintenance @pending_maintenance end |