pub struct CreateCertificateAuthorityAuditReportResponse {
pub audit_report_id: Option<String>,
pub s3_key: Option<String>,
}
Fields§
§audit_report_id: Option<String>
An alphanumeric string that contains a report identifier.
s3_key: Option<String>
The key that uniquely identifies the report file in your S3 bucket.
Trait Implementations§
Source§impl Clone for CreateCertificateAuthorityAuditReportResponse
impl Clone for CreateCertificateAuthorityAuditReportResponse
Source§fn clone(&self) -> CreateCertificateAuthorityAuditReportResponse
fn clone(&self) -> CreateCertificateAuthorityAuditReportResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CreateCertificateAuthorityAuditReportResponse
impl Default for CreateCertificateAuthorityAuditReportResponse
Source§fn default() -> CreateCertificateAuthorityAuditReportResponse
fn default() -> CreateCertificateAuthorityAuditReportResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCertificateAuthorityAuditReportResponse
impl<'de> Deserialize<'de> for CreateCertificateAuthorityAuditReportResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateCertificateAuthorityAuditReportResponse
impl PartialEq for CreateCertificateAuthorityAuditReportResponse
Source§fn eq(&self, other: &CreateCertificateAuthorityAuditReportResponse) -> bool
fn eq(&self, other: &CreateCertificateAuthorityAuditReportResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateCertificateAuthorityAuditReportResponse
Auto Trait Implementations§
impl Freeze for CreateCertificateAuthorityAuditReportResponse
impl RefUnwindSafe for CreateCertificateAuthorityAuditReportResponse
impl Send for CreateCertificateAuthorityAuditReportResponse
impl Sync for CreateCertificateAuthorityAuditReportResponse
impl Unpin for CreateCertificateAuthorityAuditReportResponse
impl UnwindSafe for CreateCertificateAuthorityAuditReportResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more