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.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
4432 4433 4434 |
# File 'sig/types.rbs', line 4432 def description @description end |
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def effective_from @effective_from end |
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def effective_till @effective_till end |
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def hours_of_operation_arn @hours_of_operation_arn end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
4429 4430 4431 |
# File 'sig/types.rbs', line 4429 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.
4428 4429 4430 |
# File 'sig/types.rbs', line 4428 def hours_of_operation_override_id @hours_of_operation_override_id end |
#name ⇒ ::String
Returns the value of attribute name.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def name @name end |
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
4437 4438 4439 |
# File 'sig/types.rbs', line 4437 def override_type @override_type end |
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
4436 4437 4438 |
# File 'sig/types.rbs', line 4436 def recurrence_config @recurrence_config end |