Struct aws_sdk_auditmanager::operation::validate_assessment_report_integrity::ValidateAssessmentReportIntegrityOutput
source · #[non_exhaustive]pub struct ValidateAssessmentReportIntegrityOutput {
pub signature_valid: Option<bool>,
pub signature_algorithm: Option<String>,
pub signature_date_time: Option<String>,
pub signature_key_id: Option<String>,
pub validation_errors: Option<Vec<String>>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.signature_valid: Option<bool>Specifies whether the signature key is valid.
signature_algorithm: Option<String>The signature algorithm that's used to code sign the assessment report file.
signature_date_time: Option<String>The date and time signature that specifies when the assessment report was created.
signature_key_id: Option<String>The unique identifier for the validation signature key.
validation_errors: Option<Vec<String>>Represents any errors that occurred when validating the assessment report.
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) -> &[String]
pub fn validation_errors(&self) -> &[String]
Represents any errors that occurred when validating the assessment report.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .validation_errors.is_none().
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for ValidateAssessmentReportIntegrityOutput
impl PartialEq for ValidateAssessmentReportIntegrityOutput
source§fn eq(&self, other: &ValidateAssessmentReportIntegrityOutput) -> bool
fn eq(&self, other: &ValidateAssessmentReportIntegrityOutput) -> bool
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>
None if the service could not be reached.