You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancingV2::Types::SslPolicy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticLoadBalancingV2::Types::SslPolicy
 
 
- Defined in:
 - (unknown)
 
Overview
Information about a policy used for SSL negotiation.
Instance Attribute Summary collapse
- 
  
    
      #ciphers  ⇒ Array<Types::Cipher> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ciphers.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the policy.
 - 
  
    
      #ssl_protocols  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The protocols.
 
Instance Attribute Details
#ciphers ⇒ Array<Types::Cipher>
The ciphers.
#name ⇒ String
The name of the policy.
#ssl_protocols ⇒ Array<String>
The protocols.