Class: Aws::Types::DeleteCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def certificate_id @certificate_id end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def force_delete @force_delete end |