Class: Aws::Types::HoursOfOperationOverride
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperationOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ ::Array[Types::HoursOfOperationOverrideConfig]
Returns the value of attribute config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
-
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
-
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#hours_of_operation_override_id ⇒ ::String
Returns the value of attribute hours_of_operation_override_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
-
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
Instance Attribute Details
#config ⇒ ::Array[Types::HoursOfOperationOverrideConfig]
Returns the value of attribute config.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def description @description end |
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def effective_from @effective_from end |
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
4568 4569 4570 |
# File 'sig/types.rbs', line 4568 def effective_till @effective_till end |
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def hours_of_operation_arn @hours_of_operation_arn end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def hours_of_operation_id @hours_of_operation_id end |
#hours_of_operation_override_id ⇒ ::String
Returns the value of attribute hours_of_operation_override_id.
4561 4562 4563 |
# File 'sig/types.rbs', line 4561 def hours_of_operation_override_id @hours_of_operation_override_id end |
#name ⇒ ::String
Returns the value of attribute name.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def name @name end |
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def override_type @override_type end |
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
4569 4570 4571 |
# File 'sig/types.rbs', line 4569 def recurrence_config @recurrence_config end |