Class: Aws::Lightsail::Types::AttachLoadBalancerTlsCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AttachLoadBalancerTlsCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_name ⇒ String
The name of your SSL/TLS certificate.
-
#load_balancer_name ⇒ String
The name of the load balancer to which you want to associate the SSL/TLS certificate.
Instance Attribute Details
#certificate_name ⇒ String
The name of your SSL/TLS certificate.
778 779 780 781 782 783 |
# File 'lib/aws-sdk-lightsail/types.rb', line 778 class AttachLoadBalancerTlsCertificateRequest < Struct.new( :load_balancer_name, :certificate_name) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer to which you want to associate the SSL/TLS certificate.
778 779 780 781 782 783 |
# File 'lib/aws-sdk-lightsail/types.rb', line 778 class AttachLoadBalancerTlsCertificateRequest < Struct.new( :load_balancer_name, :certificate_name) SENSITIVE = [] include Aws::Structure end |