Class: Aws::Types::UpdateMaintenance
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maintenance_day ⇒ "Monday", ...
Returns the value of attribute maintenance_day.
-
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
-
#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.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def maintenance_day @maintenance_day end |
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def maintenance_scheduled_date @maintenance_scheduled_date end |
#maintenance_start_hour ⇒ ::String
Returns the value of attribute maintenance_start_hour.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def maintenance_start_hour @maintenance_start_hour end |