Class: Aws::Types::RevokeCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#certificate_serial ⇒ ::String
Returns the value of attribute certificate_serial.
-
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
489 490 491 |
# File 'sig/types.rbs', line 489 def @certificate_authority_arn end |
#certificate_serial ⇒ ::String
Returns the value of attribute certificate_serial.
490 491 492 |
# File 'sig/types.rbs', line 490 def certificate_serial @certificate_serial end |
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
491 492 493 |
# File 'sig/types.rbs', line 491 def revocation_reason @revocation_reason end |