Class: Aws::Types::DisassociateHoursOfOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateHoursOfOperationsRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#parent_hours_of_operation_ids ⇒ ::Array[::String]
Returns the value of attribute parent_hours_of_operation_ids.
Instance Attribute Details
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def instance_id @instance_id end |
#parent_hours_of_operation_ids ⇒ ::Array[::String]
Returns the value of attribute parent_hours_of_operation_ids.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def parent_hours_of_operation_ids @parent_hours_of_operation_ids end |