Class: Aws::ElasticLoadBalancingV2::Types::SslPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SslPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a policy used for SSL negotiation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ciphers ⇒ Array<Types::Cipher>
The ciphers.
-
#name ⇒ String
The name of the policy.
-
#ssl_protocols ⇒ Array<String>
The protocols.
-
#supported_load_balancer_types ⇒ Array<String>
The supported load balancers.
Instance Attribute Details
#ciphers ⇒ Array<Types::Cipher>
The ciphers.
3820 3821 3822 3823 3824 3825 3826 3827 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3820 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy.
3820 3821 3822 3823 3824 3825 3826 3827 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3820 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#ssl_protocols ⇒ Array<String>
The protocols.
3820 3821 3822 3823 3824 3825 3826 3827 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3820 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#supported_load_balancer_types ⇒ Array<String>
The supported load balancers.
3820 3821 3822 3823 3824 3825 3826 3827 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3820 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |