Class: Aws::ACMPCA::Types::GetCertificateAuthorityCsrResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetCertificateAuthorityCsrResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#csr ⇒ String
The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate.
Instance Attribute Details
#csr ⇒ String
The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate.
1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1348 class GetCertificateAuthorityCsrResponse < Struct.new( :csr) SENSITIVE = [] include Aws::Structure end |