Class: Aws::Lightsail::Types::GetLoadBalancerTlsCertificatesRequest

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

#load_balancer_nameString

The name of the load balancer you associated with your SSL/TLS certificate.

Returns:

  • (String)


8631
8632
8633
8634
8635
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8631

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