Class: Aws::Types::MaintenanceStatus
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maintenance_day ⇒ "MONDAY", ...
Returns the value of attribute maintenance_day.
-
#maintenance_deadline ⇒ ::String
Returns the value of attribute maintenance_deadline.
-
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
-
#maintenance_start_time ⇒ ::String
Returns the value of attribute maintenance_start_time.
Instance Attribute Details
#maintenance_day ⇒ "MONDAY", ...
Returns the value of attribute maintenance_day.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def maintenance_day @maintenance_day end |
#maintenance_deadline ⇒ ::String
Returns the value of attribute maintenance_deadline.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def maintenance_deadline @maintenance_deadline end |
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def maintenance_scheduled_date @maintenance_scheduled_date end |
#maintenance_start_time ⇒ ::String
Returns the value of attribute maintenance_start_time.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def maintenance_start_time @maintenance_start_time end |