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_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def certificate_authority_arn
  @certificate_authority_arn
end

#certificate_serial::String

Returns the value of attribute certificate_serial.

Returns:

  • (::String)


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.

Returns:

  • ("UNSPECIFIED", "KEY_COMPROMISE", "CERTIFICATE_AUTHORITY_COMPROMISE", "AFFILIATION_CHANGED", "SUPERSEDED", "CESSATION_OF_OPERATION", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE")


491
492
493
# File 'sig/types.rbs', line 491

def revocation_reason
  @revocation_reason
end