Class: Aws::Types::GetCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCertificateResponse
- 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.
261 262 263 |
# File 'sig/types.rbs', line 261 def certificate @certificate end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
262 263 264 |
# File 'sig/types.rbs', line 262 def certificate_chain @certificate_chain end |