Class: Aws::Types::UpdateQueueHoursOfOperationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueHoursOfOperationRequest
- 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.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
8654 8655 8656 |
# File 'sig/types.rbs', line 8654 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8652 8653 8654 |
# File 'sig/types.rbs', line 8652 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8653 8654 8655 |
# File 'sig/types.rbs', line 8653 def queue_id @queue_id end |