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.
8857 8858 8859 |
# File 'sig/types.rbs', line 8857 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8855 8856 8857 |
# File 'sig/types.rbs', line 8855 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8856 8857 8858 |
# File 'sig/types.rbs', line 8856 def queue_id @queue_id end |