Class: Aws::Types::TimeWindow
- Inherits:
-
Object
- Object
- Aws::Types::TimeWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_hours ⇒ Types::OpenHours
Returns the value of attribute open_hours.
-
#restricted_periods ⇒ Types::RestrictedPeriods
Returns the value of attribute restricted_periods.
Instance Attribute Details
#open_hours ⇒ Types::OpenHours
Returns the value of attribute open_hours.
818 819 820 |
# File 'sig/types.rbs', line 818 def open_hours @open_hours end |
#restricted_periods ⇒ Types::RestrictedPeriods
Returns the value of attribute restricted_periods.
819 820 821 |
# File 'sig/types.rbs', line 819 def restricted_periods @restricted_periods end |