Class: Aws::Types::OcspConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OcspConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ocsp_custom_cname ⇒ ::String
Returns the value of attribute ocsp_custom_cname.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
408 409 410 |
# File 'sig/types.rbs', line 408 def enabled @enabled end |
#ocsp_custom_cname ⇒ ::String
Returns the value of attribute ocsp_custom_cname.
409 410 411 |
# File 'sig/types.rbs', line 409 def ocsp_custom_cname @ocsp_custom_cname end |