Class: Aws::Types::ServerCertificateConfig
- Inherits:
-
Object
- Object
- Aws::Types::ServerCertificateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_ocsp_check ⇒ Boolean
Returns the value of attribute enable_ocsp_check.
-
#ocsp_authorized_responder_arn ⇒ ::String
Returns the value of attribute ocsp_authorized_responder_arn.
-
#ocsp_lambda_arn ⇒ ::String
Returns the value of attribute ocsp_lambda_arn.
Instance Attribute Details
#enable_ocsp_check ⇒ Boolean
Returns the value of attribute enable_ocsp_check.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def enable_ocsp_check @enable_ocsp_check end |
#ocsp_authorized_responder_arn ⇒ ::String
Returns the value of attribute ocsp_authorized_responder_arn.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def @ocsp_authorized_responder_arn end |
#ocsp_lambda_arn ⇒ ::String
Returns the value of attribute ocsp_lambda_arn.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def ocsp_lambda_arn @ocsp_lambda_arn end |