Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::DescribeCertificateAuthorityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateCertificateAuthority][1].
Instance Attribute Details
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
1126 1127 1128 1129 1130 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1126 class DescribeCertificateAuthorityRequest < Struct.new( :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |