Module: Aws::ACM::Client::_ExportCertificateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExportCertificateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#certificate ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def certificate: () -> ::String
|
#certificate_chain ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def certificate_chain: () -> ::String
|
#private_key ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def private_key: () -> ::String
|