Class: Aws::Connect::Types::Distribution
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::Distribution
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a traffic distribution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #percentage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of the traffic that is distributed, in increments of 10.
 - 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region where the traffic is distributed.
 
Instance Attribute Details
#percentage ⇒ Integer
The percentage of the traffic that is distributed, in increments of 10.
      8128 8129 8130 8131 8132 8133  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8128 class Distribution < Struct.new( :region, :percentage) SENSITIVE = [] include Aws::Structure end  | 
  
#region ⇒ String
The Amazon Web Services Region where the traffic is distributed.
      8128 8129 8130 8131 8132 8133  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8128 class Distribution < Struct.new( :region, :percentage) SENSITIVE = [] include Aws::Structure end  |