Class: Aws::ElasticLoadBalancingV2::Types::SslPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SslPolicy
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/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.
3660 3661 3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3660 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy.
3660 3661 3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3660 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#ssl_protocols ⇒ Array<String>
The protocols.
3660 3661 3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3660 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.
3660 3661 3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3660 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |