Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerListenerSSLCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::SetLoadBalancerListenerSSLCertificateInput
- Defined in:
- gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for SetLoadBalancerListenerSSLCertificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#load_balancer_port ⇒ Integer
The port that uses the specified SSL certificate.
-
#ssl_certificate_id ⇒ String
The Amazon Resource Name (ARN) of the SSL certificate.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1775 class SetLoadBalancerListenerSSLCertificateInput < Struct.new( :load_balancer_name, :load_balancer_port, :ssl_certificate_id) SENSITIVE = [] include Aws::Structure end |
#load_balancer_port ⇒ Integer
The port that uses the specified SSL certificate.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1775 class SetLoadBalancerListenerSSLCertificateInput < Struct.new( :load_balancer_name, :load_balancer_port, :ssl_certificate_id) SENSITIVE = [] include Aws::Structure end |
#ssl_certificate_id ⇒ String
The Amazon Resource Name (ARN) of the SSL certificate.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1775 class SetLoadBalancerListenerSSLCertificateInput < Struct.new( :load_balancer_name, :load_balancer_port, :ssl_certificate_id) SENSITIVE = [] include Aws::Structure end |