Class: Aws::Types::RevocationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RevocationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crl_configuration ⇒ Types::CrlConfiguration
Returns the value of attribute crl_configuration.
-
#ocsp_configuration ⇒ Types::OcspConfiguration
Returns the value of attribute ocsp_configuration.
Instance Attribute Details
#crl_configuration ⇒ Types::CrlConfiguration
Returns the value of attribute crl_configuration.
483 484 485 |
# File 'sig/types.rbs', line 483 def crl_configuration @crl_configuration end |
#ocsp_configuration ⇒ Types::OcspConfiguration
Returns the value of attribute ocsp_configuration.
484 485 486 |
# File 'sig/types.rbs', line 484 def ocsp_configuration @ocsp_configuration end |