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
      25363 25364 25365 25366 25367 25368 25369  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25363 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.
      25363 25364 25365 25366 25367 25368 25369  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25363 class UpdateQueueOutboundCallerConfigRequest < Struct.new( :instance_id, :queue_id, :outbound_caller_config) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The identifier for the queue.
      25363 25364 25365 25366 25367 25368 25369  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 25363 class UpdateQueueOutboundCallerConfigRequest < Struct.new( :instance_id, :queue_id, :outbound_caller_config) SENSITIVE = [] include Aws::Structure end  |