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.
1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1344 class GetCertificateAuthorityCsrResponse < Struct.new( :csr) SENSITIVE = [] include Aws::Structure end |