Class: Aws::Types::UpdateHoursOfOperationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHoursOfOperationOverrideRequest
- 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_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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_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.
8528 8529 8530 |
# File 'sig/types.rbs', line 8528 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
8527 8528 8529 |
# File 'sig/types.rbs', line 8527 def description @description end |
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
8529 8530 8531 |
# File 'sig/types.rbs', line 8529 def effective_from @effective_from end |
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
8530 8531 8532 |
# File 'sig/types.rbs', line 8530 def effective_till @effective_till end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
8524 8525 8526 |
# File 'sig/types.rbs', line 8524 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.
8525 8526 8527 |
# File 'sig/types.rbs', line 8525 def hours_of_operation_override_id @hours_of_operation_override_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8523 8524 8525 |
# File 'sig/types.rbs', line 8523 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8526 8527 8528 |
# File 'sig/types.rbs', line 8526 def name @name end |
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def override_type @override_type end |
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def recurrence_config @recurrence_config end |