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

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 name of the certificate to delete.

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

Returns:

  • (String)


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

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