Class: Aws::Types::EffectiveOverrideHours
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveOverrideHours
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::String
Returns the value of attribute date.
-
#override_hours ⇒ ::Array[Types::OverrideHour]
Returns the value of attribute override_hours.
Instance Attribute Details
#date ⇒ ::String
Returns the value of attribute date.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def date @date end |
#override_hours ⇒ ::Array[Types::OverrideHour]
Returns the value of attribute override_hours.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def override_hours @override_hours end |