Class: Aws::Types::MaintenanceUpdateSettings
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceUpdateSettings
- 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_time ⇒ ::String
Returns the value of attribute maintenance_start_time.
Instance Attribute Details
#maintenance_day ⇒ "MONDAY", ...
Returns the value of attribute maintenance_day.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def maintenance_day @maintenance_day end |
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def maintenance_scheduled_date @maintenance_scheduled_date end |
#maintenance_start_time ⇒ ::String
Returns the value of attribute maintenance_start_time.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def maintenance_start_time @maintenance_start_time end |