Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_report_id ⇒ String
The report ID returned by calling the [CreateCertificateAuthorityAuditReport] action.
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the private CA.
Instance Attribute Details
#audit_report_id ⇒ String
The report ID returned by calling the
- CreateCertificateAuthorityAuditReport][1
-
action.
[1]: docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html
1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1033 class DescribeCertificateAuthorityAuditReportRequest < Struct.new( :certificate_authority_arn, :audit_report_id) SENSITIVE = [] include Aws::Structure end |
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the private CA. This must be of the form:
‘arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 `.
1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1033 class DescribeCertificateAuthorityAuditReportRequest < Struct.new( :certificate_authority_arn, :audit_report_id) SENSITIVE = [] include Aws::Structure end |