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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_statusString

Specifies whether report creation is in progress, has succeeded, or has failed.

Possible values:

  • CREATING
  • SUCCESS
  • FAILED

Returns:

  • (String)

    Specifies whether report creation is in progress, has succeeded, or has failed.

#created_atTime

The date and time at which the report was created.

Returns:

  • (Time)

    The date and time at which the report was created.

#s3_bucket_nameString

Name of the S3 bucket that contains the report.

Returns:

  • (String)

    Name of the S3 bucket that contains the report.

#s3_keyString

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

Returns:

  • (String)

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