Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_idString

The report ID returned by calling the

CreateCertificateAuthorityAuditReport][1

action.

[1]: docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html

Returns:

  • (String)


1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-acmpca/types.rb', line 1037

class DescribeCertificateAuthorityAuditReportRequest < Struct.new(
  :certificate_authority_arn,
  :audit_report_id)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_authority_arnString

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 `.

Returns:

  • (String)


1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-acmpca/types.rb', line 1037

class DescribeCertificateAuthorityAuditReportRequest < Struct.new(
  :certificate_authority_arn,
  :audit_report_id)
  SENSITIVE = []
  include Aws::Structure
end