Struct aws_sdk_auditmanager::operation::validate_assessment_report_integrity::ValidateAssessmentReportIntegrityOutput
source · #[non_exhaustive]pub struct ValidateAssessmentReportIntegrityOutput { /* private fields */ }Implementations§
source§impl ValidateAssessmentReportIntegrityOutput
impl ValidateAssessmentReportIntegrityOutput
sourcepub fn signature_valid(&self) -> Option<bool>
pub fn signature_valid(&self) -> Option<bool>
Specifies whether the signature key is valid.
sourcepub fn signature_algorithm(&self) -> Option<&str>
pub fn signature_algorithm(&self) -> Option<&str>
The signature algorithm that's used to code sign the assessment report file.
sourcepub fn signature_date_time(&self) -> Option<&str>
pub fn signature_date_time(&self) -> Option<&str>
The date and time signature that specifies when the assessment report was created.
sourcepub fn signature_key_id(&self) -> Option<&str>
pub fn signature_key_id(&self) -> Option<&str>
The unique identifier for the validation signature key.
sourcepub fn validation_errors(&self) -> Option<&[String]>
pub fn validation_errors(&self) -> Option<&[String]>
Represents any errors that occurred when validating the assessment report.
source§impl ValidateAssessmentReportIntegrityOutput
impl ValidateAssessmentReportIntegrityOutput
sourcepub fn builder() -> ValidateAssessmentReportIntegrityOutputBuilder
pub fn builder() -> ValidateAssessmentReportIntegrityOutputBuilder
Creates a new builder-style object to manufacture ValidateAssessmentReportIntegrityOutput.
Trait Implementations§
source§impl Clone for ValidateAssessmentReportIntegrityOutput
impl Clone for ValidateAssessmentReportIntegrityOutput
source§fn clone(&self) -> ValidateAssessmentReportIntegrityOutput
fn clone(&self) -> ValidateAssessmentReportIntegrityOutput
Returns a copy 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 PartialEq<ValidateAssessmentReportIntegrityOutput> for ValidateAssessmentReportIntegrityOutput
impl PartialEq<ValidateAssessmentReportIntegrityOutput> for ValidateAssessmentReportIntegrityOutput
source§fn eq(&self, other: &ValidateAssessmentReportIntegrityOutput) -> bool
fn eq(&self, other: &ValidateAssessmentReportIntegrityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ValidateAssessmentReportIntegrityOutput
impl RequestId for ValidateAssessmentReportIntegrityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ValidateAssessmentReportIntegrityOutput
Auto Trait Implementations§
impl RefUnwindSafe for ValidateAssessmentReportIntegrityOutput
impl Send for ValidateAssessmentReportIntegrityOutput
impl Sync for ValidateAssessmentReportIntegrityOutput
impl Unpin for ValidateAssessmentReportIntegrityOutput
impl UnwindSafe for ValidateAssessmentReportIntegrityOutput
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