Class: Aws::ACMPCA::Types::CreateCertificateAuthorityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::CreateCertificateAuthorityResponse
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA).
Instance Attribute Details
#certificate_authority_arn ⇒ String
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
933 934 935 936 937 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 933 class CreateCertificateAuthorityResponse < Struct.new( :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |