Class: Aws::Types::CreateCertificateAuthorityAuditReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateAuthorityAuditReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_report_response_format ⇒ "JSON", "CSV"
Returns the value of attribute audit_report_response_format.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
Instance Attribute Details
#audit_report_response_format ⇒ "JSON", "CSV"
Returns the value of attribute audit_report_response_format.
88 89 90 |
# File 'sig/types.rbs', line 88 def audit_report_response_format @audit_report_response_format end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def @certificate_authority_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def s3_bucket_name @s3_bucket_name end |