Class: Aws::Lightsail::Types::AttachLoadBalancerTlsCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The name of your SSL/TLS certificate.

Returns:

  • (String)


778
779
780
781
782
783
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 778

class AttachLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The name of the load balancer to which you want to associate the SSL/TLS certificate.

Returns:

  • (String)


778
779
780
781
782
783
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 778

class AttachLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name)
  SENSITIVE = []
  include Aws::Structure
end