Class: Aws::Lightsail::Types::DeleteCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteCertificateRequest
- Includes:
- Structure
- Defined in:
- 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.
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 |