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.
8538 8539 8540 |
# File 'sig/types.rbs', line 8538 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
8537 8538 8539 |
# File 'sig/types.rbs', line 8537 def description @description end |
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
8539 8540 8541 |
# File 'sig/types.rbs', line 8539 def effective_from @effective_from end |
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
8540 8541 8542 |
# File 'sig/types.rbs', line 8540 def effective_till @effective_till end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
8534 8535 8536 |
# File 'sig/types.rbs', line 8534 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.
8535 8536 8537 |
# File 'sig/types.rbs', line 8535 def hours_of_operation_override_id @hours_of_operation_override_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8533 8534 8535 |
# File 'sig/types.rbs', line 8533 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8536 8537 8538 |
# File 'sig/types.rbs', line 8536 def name @name end |
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
8542 8543 8544 |
# File 'sig/types.rbs', line 8542 def override_type @override_type end |
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
8541 8542 8543 |
# File 'sig/types.rbs', line 8541 def recurrence_config @recurrence_config end |