Class: Aws::Connect::Types::OutboundCallerConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::OutboundCallerConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The outbound caller ID name, number, and outbound whisper flow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #outbound_caller_id_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The caller ID name.
 - 
  
    
      #outbound_caller_id_number_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The caller ID number.
 - 
  
    
      #outbound_flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The outbound whisper flow to be used during an outbound call.
 
Instance Attribute Details
#outbound_caller_id_name ⇒ String
The caller ID name.
      16936 16937 16938 16939 16940 16941 16942  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16936 class OutboundCallerConfig < Struct.new( :outbound_caller_id_name, :outbound_caller_id_number_id, :outbound_flow_id) SENSITIVE = [] include Aws::Structure end  | 
  
#outbound_caller_id_number_id ⇒ String
The caller ID number.
      16936 16937 16938 16939 16940 16941 16942  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16936 class OutboundCallerConfig < Struct.new( :outbound_caller_id_name, :outbound_caller_id_number_id, :outbound_flow_id) SENSITIVE = [] include Aws::Structure end  | 
  
#outbound_flow_id ⇒ String
The outbound whisper flow to be used during an outbound call.
      16936 16937 16938 16939 16940 16941 16942  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16936 class OutboundCallerConfig < Struct.new( :outbound_caller_id_name, :outbound_caller_id_number_id, :outbound_flow_id) SENSITIVE = [] include Aws::Structure end  |