Class: Aws::Types::GetCertificateAuthorityCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCertificateAuthorityCertificateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
239 240 241 |
# File 'sig/types.rbs', line 239 def certificate @certificate end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
240 241 242 |
# File 'sig/types.rbs', line 240 def certificate_chain @certificate_chain end |