Class: Aws::Types::RevokeCertificateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


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.

Returns:

  • ("UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "SUPERSEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE")


918
919
920
# File 'sig/types.rbs', line 918

def revocation_reason
  @revocation_reason
end