Class: Aws::Types::AddMaintenance
- Inherits:
-
Object
- Object
- Aws::Types::AddMaintenance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maintenance_day ⇒ "Monday", ...
Returns the value of attribute maintenance_day.
-
#maintenance_start_hour ⇒ ::String
Returns the value of attribute maintenance_start_hour.
Instance Attribute Details
#maintenance_day ⇒ "Monday", ...
Returns the value of attribute maintenance_day.
138 139 140 |
# File 'sig/types.rbs', line 138 def maintenance_day @maintenance_day end |
#maintenance_start_hour ⇒ ::String
Returns the value of attribute maintenance_start_hour.
139 140 141 |
# File 'sig/types.rbs', line 139 def maintenance_start_hour @maintenance_start_hour end |