Class: Aws::Connect::Types::UpdateQueueOutboundCallerConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQueueOutboundCallerConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#outbound_caller_config ⇒ Types::OutboundCallerConfig
The outbound caller ID name, number, and outbound whisper flow.
-
#queue_id ⇒ String
The identifier for the queue.
Instance Attribute Details
#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
24936 24937 24938 24939 24940 24941 24942 |
# File 'lib/aws-sdk-connect/types.rb', line 24936 class UpdateQueueOutboundCallerConfigRequest < Struct.new( :instance_id, :queue_id, :outbound_caller_config) SENSITIVE = [] include Aws::Structure end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
The outbound caller ID name, number, and outbound whisper flow.
24936 24937 24938 24939 24940 24941 24942 |
# File 'lib/aws-sdk-connect/types.rb', line 24936 class UpdateQueueOutboundCallerConfigRequest < Struct.new( :instance_id, :queue_id, :outbound_caller_config) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The identifier for the queue.
24936 24937 24938 24939 24940 24941 24942 |
# File 'lib/aws-sdk-connect/types.rb', line 24936 class UpdateQueueOutboundCallerConfigRequest < Struct.new( :instance_id, :queue_id, :outbound_caller_config) SENSITIVE = [] include Aws::Structure end |