Class: Aws::Lightsail::Types::DeleteLoadBalancerTlsCertificateRequest

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 SSL/TLS certificate name.

Returns:

  • (String)


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

#forceBoolean

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.

Returns:

  • (Boolean)


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_nameString

The load balancer name.

Returns:

  • (String)


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