Class: Aws::Types::Maintenance
- Inherits:
-
Object
- Object
- Aws::Types::Maintenance
- 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_hour ⇒ ::String
Returns the value of attribute maintenance_start_hour.
Instance Attribute Details
#maintenance_day ⇒ "Monday", ...
Returns the value of attribute maintenance_day.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def maintenance_day @maintenance_day end |
#maintenance_deadline ⇒ ::String
Returns the value of attribute maintenance_deadline.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def maintenance_deadline @maintenance_deadline end |
#maintenance_scheduled_date ⇒ ::String
Returns the value of attribute maintenance_scheduled_date.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def maintenance_scheduled_date @maintenance_scheduled_date end |
#maintenance_start_hour ⇒ ::String
Returns the value of attribute maintenance_start_hour.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def maintenance_start_hour @maintenance_start_hour end |