Module: Aws::ACMPCA::Client::_DescribeCertificateAuthorityAuditReportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCertificateAuthorityAuditReportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audit_report_status ⇒ "CREATING", ...
- #created_at ⇒ ::Time
- #s3_bucket_name ⇒ ::String
- #s3_key ⇒ ::String
Instance Method Details
#audit_report_status ⇒ "CREATING", ...
174 |
# File 'sig/client.rbs', line 174
def audit_report_status: () -> ("CREATING" | "SUCCESS" | "FAILED")
|
#created_at ⇒ ::Time
177 |
# File 'sig/client.rbs', line 177
def created_at: () -> ::Time
|
#s3_bucket_name ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def s3_bucket_name: () -> ::String
|
#s3_key ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def s3_key: () -> ::String
|