Class: Aws::Types::CreateCertificateAuthorityAuditReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateAuthorityAuditReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_report_id ⇒ ::String
Returns the value of attribute audit_report_id.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#audit_report_id ⇒ ::String
Returns the value of attribute audit_report_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def audit_report_id @audit_report_id end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
94 95 96 |
# File 'sig/types.rbs', line 94 def s3_key @s3_key end |