Class: Aws::Lightsail::Types::GetLoadBalancerTlsCertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetLoadBalancerTlsCertificatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer you associated with your SSL/TLS certificate.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer you associated with your SSL/TLS certificate.
8630 8631 8632 8633 8634 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8630 class GetLoadBalancerTlsCertificatesRequest < Struct.new( :load_balancer_name) SENSITIVE = [] include Aws::Structure end |