Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1060 class DescribeCertificateAuthorityAuditReportResponse < Struct.new( :audit_report_status, :s3_bucket_name, :s3_key, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time at which the report was created.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1060 class DescribeCertificateAuthorityAuditReportResponse < Struct.new( :audit_report_status, :s3_bucket_name, :s3_key, :created_at) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_name ⇒ String
Name of the S3 bucket that contains the report.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1060 class DescribeCertificateAuthorityAuditReportResponse < Struct.new( :audit_report_status, :s3_bucket_name, :s3_key, :created_at) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
S3 key that uniquely identifies the report file in your S3 bucket.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1060 class DescribeCertificateAuthorityAuditReportResponse < Struct.new( :audit_report_status, :s3_bucket_name, :s3_key, :created_at) SENSITIVE = [] include Aws::Structure end |