Class: Aws::Connect::Types::UpdateQueueHoursOfOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQueueHoursOfOperationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#queue_id ⇒ String
The identifier for the queue.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
22133 22134 22135 22136 22137 22138 22139 |
# File 'lib/aws-sdk-connect/types.rb', line 22133 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
22133 22134 22135 22136 22137 22138 22139 |
# File 'lib/aws-sdk-connect/types.rb', line 22133 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
22133 22134 22135 22136 22137 22138 22139 |
# File 'lib/aws-sdk-connect/types.rb', line 22133 class UpdateQueueHoursOfOperationRequest < Struct.new( :instance_id, :queue_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |