Class: Aws::Lightsail::Types::DeleteCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteCertificateRequest
- 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 name of the certificate to delete.
Instance Attribute Details
#certificate_name ⇒ String
The name of the certificate to delete.
Use the GetCertificates action to get a list of certificate names
that you can specify.
4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4996 class DeleteCertificateRequest < Struct.new( :certificate_name) SENSITIVE = [] include Aws::Structure end |