Class: Aws::Types::DeferredMaintenanceWindow
- Inherits:
-
Object
- Object
- Aws::Types::DeferredMaintenanceWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#defer_maintenance_end_time ⇒ ::Time
Returns the value of attribute defer_maintenance_end_time.
-
#defer_maintenance_identifier ⇒ ::String
Returns the value of attribute defer_maintenance_identifier.
-
#defer_maintenance_start_time ⇒ ::Time
Returns the value of attribute defer_maintenance_start_time.
Instance Attribute Details
#defer_maintenance_end_time ⇒ ::Time
Returns the value of attribute defer_maintenance_end_time.
827 828 829 |
# File 'sig/types.rbs', line 827 def defer_maintenance_end_time @defer_maintenance_end_time end |
#defer_maintenance_identifier ⇒ ::String
Returns the value of attribute defer_maintenance_identifier.
825 826 827 |
# File 'sig/types.rbs', line 825 def defer_maintenance_identifier @defer_maintenance_identifier end |
#defer_maintenance_start_time ⇒ ::Time
Returns the value of attribute defer_maintenance_start_time.
826 827 828 |
# File 'sig/types.rbs', line 826 def defer_maintenance_start_time @defer_maintenance_start_time end |