Class: Aws::Types::MaintenanceWindow
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
Instance Attribute Details
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def duration_in_minutes @duration_in_minutes end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def start_time @start_time end |