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.
8664 8665 8666 |
# File 'sig/types.rbs', line 8664 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8662 8663 8664 |
# File 'sig/types.rbs', line 8662 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8663 8664 8665 |
# File 'sig/types.rbs', line 8663 def queue_id @queue_id end |