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.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3633 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3633 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |
#ssl_protocols ⇒ Array<String>
The protocols.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3633 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.
3633 3634 3635 3636 3637 3638 3639 3640 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3633 class SslPolicy < Struct.new( :ssl_protocols, :ciphers, :name, :supported_load_balancer_types) SENSITIVE = [] include Aws::Structure end |