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.
8883 8884 8885 |
# File 'sig/types.rbs', line 8883 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8881 8882 8883 |
# File 'sig/types.rbs', line 8881 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8882 8883 8884 |
# File 'sig/types.rbs', line 8882 def queue_id @queue_id end |