Class: Aws::Types::PreferredDayTimeMaintenanceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PreferredDayTimeMaintenanceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day ⇒ "MONDAY", ...
Returns the value of attribute day.
-
#time ⇒ ::String
Returns the value of attribute time.
Instance Attribute Details
#day ⇒ "MONDAY", ...
Returns the value of attribute day.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def day @day end |
#time ⇒ ::String
Returns the value of attribute time.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def time @time end |