Class: Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_report_id ⇒ String
An alphanumeric string that contains a report identifier.
-
#s3_key ⇒ String
The key that uniquely identifies the report file in your S3 bucket.
Instance Attribute Details
#audit_report_id ⇒ String
An alphanumeric string that contains a report identifier.
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_key ⇒ String
The key that uniquely identifies the report file in your S3 bucket.
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 |