Class: Aws::Types::DescribeCertificateAuthorityAuditReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificateAuthorityAuditReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_report_status ⇒ "CREATING", ...
Returns the value of attribute audit_report_status.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#audit_report_status ⇒ "CREATING", ...
Returns the value of attribute audit_report_status.
183 184 185 |
# File 'sig/types.rbs', line 183 def audit_report_status @audit_report_status end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
186 187 188 |
# File 'sig/types.rbs', line 186 def created_at @created_at end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def s3_bucket_name @s3_bucket_name end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
185 186 187 |
# File 'sig/types.rbs', line 185 def s3_key @s3_key end |