Class: Aws::Lightsail::Types::DeleteCertificateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The name of the certificate to delete.

Use the ‘GetCertificates` action to get a list of certificate names that you can specify.

Returns:

  • (String)


4882
4883
4884
4885
4886
# File 'lib/aws-sdk-lightsail/types.rb', line 4882

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