Class: Aws::Connect::Types::OutboundStrategy
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::OutboundStrategy
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the outbound strategy.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #config  ⇒ Types::OutboundStrategyConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Config of the outbound strategy. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Type of the outbound strategy. 
Instance Attribute Details
#config ⇒ Types::OutboundStrategyConfig
Config of the outbound strategy.
| 18383 18384 18385 18386 18387 18388 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18383 class OutboundStrategy < Struct.new( :type, :config) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
Type of the outbound strategy.
| 18383 18384 18385 18386 18387 18388 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18383 class OutboundStrategy < Struct.new( :type, :config) SENSITIVE = [] include Aws::Structure end |