Class: Aws::Types::DescribeCertificateAuthorityAuditReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificateAuthorityAuditReportRequest
- 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.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
Instance Attribute Details
#audit_report_id ⇒ ::String
Returns the value of attribute audit_report_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def audit_report_id @audit_report_id end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
177 178 179 |
# File 'sig/types.rbs', line 177 def @certificate_authority_arn end |