Class: Aws::Types::ExportCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportCertificateResponse
- 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.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
550 551 552 |
# File 'sig/types.rbs', line 550 def certificate @certificate end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
551 552 553 |
# File 'sig/types.rbs', line 551 def certificate_chain @certificate_chain end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
552 553 554 |
# File 'sig/types.rbs', line 552 def private_key @private_key end |