Class: Aws::Types::RevokeCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def certificate_arn @certificate_arn end |
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
918 919 920 |
# File 'sig/types.rbs', line 918 def revocation_reason @revocation_reason end |