Class: Aws::Types::OffPeakWindowOptions
- Inherits:
-
Object
- Object
- Aws::Types::OffPeakWindowOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#off_peak_window ⇒ Types::OffPeakWindow
Returns the value of attribute off_peak_window.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def enabled @enabled end |
#off_peak_window ⇒ Types::OffPeakWindow
Returns the value of attribute off_peak_window.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def off_peak_window @off_peak_window end |