Class: Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportResponse

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

An alphanumeric string that contains a report identifier.

Returns:

  • (String)


456
457
458
459
460
461
# File 'lib/aws-sdk-acmpca/types.rb', line 456

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

#s3_keyString

The key that uniquely identifies the report file in your S3 bucket.

Returns:

  • (String)


456
457
458
459
460
461
# File 'lib/aws-sdk-acmpca/types.rb', line 456

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