Class: Aws::Types::DeleteHoursOfOperationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHoursOfOperationOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 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.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def hours_of_operation_override_id @hours_of_operation_override_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def instance_id @instance_id end |