Class: Aws::Types::EffectiveHoursOfOperations
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveHoursOfOperations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::String
Returns the value of attribute date.
-
#operational_hours ⇒ ::Array[Types::OperationalHour]
Returns the value of attribute operational_hours.
Instance Attribute Details
#date ⇒ ::String
Returns the value of attribute date.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def date @date end |
#operational_hours ⇒ ::Array[Types::OperationalHour]
Returns the value of attribute operational_hours.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def operational_hours @operational_hours end |