Class: Aws::Connect::Types::SignInDistribution
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SignInDistribution
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
The distribution of sign in traffic between the instance and its replica(s).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether sign in distribution is enabled.
 - 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region of the sign in distribution.
 
Instance Attribute Details
#enabled ⇒ Boolean
Whether sign in distribution is enabled.
      23417 23418 23419 23420 23421 23422  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23417 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end  | 
  
#region ⇒ String
The Amazon Web Services Region of the sign in distribution.
      23417 23418 23419 23420 23421 23422  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23417 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end  |