You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#audit_report_status ⇒ String
Specifies whether report creation is in progress, has succeeded, or has failed.
-
#created_at ⇒ Time
The date and time at which the report was created.
-
#s3_bucket_name ⇒ String
Name of the S3 bucket that contains the report.
-
#s3_key ⇒ String
S3 key that uniquely identifies the report file in your S3 bucket.
Instance Attribute Details
#audit_report_status ⇒ String
Specifies whether report creation is in progress, has succeeded, or has failed.
Possible values:
- CREATING
- SUCCESS
- FAILED
#created_at ⇒ Time
The date and time at which the report was created.
#s3_bucket_name ⇒ String
Name of the S3 bucket that contains the report.
#s3_key ⇒ String
S3 key that uniquely identifies the report file in your S3 bucket.