Class: Aws::ElasticLoadBalancing::Types::SetLoadBalancerListenerSSLCertificateInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


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_portInteger

The port that uses the specified SSL certificate.

Returns:

  • (Integer)


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_idString

The Amazon Resource Name (ARN) of the SSL certificate.

Returns:

  • (String)


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