Class: Aws::Lightsail::Types::DeleteLoadBalancerTlsCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteLoadBalancerTlsCertificateRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_name ⇒ String
The SSL/TLS certificate name.
-
#force ⇒ Boolean
When
true
, forces the deletion of an SSL/TLS certificate. -
#load_balancer_name ⇒ String
The load balancer name.
Instance Attribute Details
#certificate_name ⇒ String
The SSL/TLS certificate name.
5298 5299 5300 5301 5302 5303 5304 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5298 class DeleteLoadBalancerTlsCertificateRequest < Struct.new( :load_balancer_name, :certificate_name, :force) SENSITIVE = [] include Aws::Structure end |
#force ⇒ Boolean
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load
balancer: the primary and the backup. The force
parameter is
required when the primary SSL/TLS certificate is in use by an
instance attached to the load balancer.
5298 5299 5300 5301 5302 5303 5304 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5298 class DeleteLoadBalancerTlsCertificateRequest < Struct.new( :load_balancer_name, :certificate_name, :force) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The load balancer name.
5298 5299 5300 5301 5302 5303 5304 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5298 class DeleteLoadBalancerTlsCertificateRequest < Struct.new( :load_balancer_name, :certificate_name, :force) SENSITIVE = [] include Aws::Structure end |