Class: Aws::ACMPCA::Types::DescribeCertificateAuthorityAuditReportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_statusString

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

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1064

class DescribeCertificateAuthorityAuditReportResponse < Struct.new(
  :audit_report_status,
  :s3_bucket_name,
  :s3_key,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time at which the report was created.

Returns:

  • (Time)


1064
1065
1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1064

class DescribeCertificateAuthorityAuditReportResponse < Struct.new(
  :audit_report_status,
  :s3_bucket_name,
  :s3_key,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

Name of the S3 bucket that contains the report.

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1064

class DescribeCertificateAuthorityAuditReportResponse < Struct.new(
  :audit_report_status,
  :s3_bucket_name,
  :s3_key,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

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

Returns:

  • (String)


1064
1065
1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1064

class DescribeCertificateAuthorityAuditReportResponse < Struct.new(
  :audit_report_status,
  :s3_bucket_name,
  :s3_key,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end