#[non_exhaustive]pub struct GetEvidenceFolderOutput { /* private fields */ }Implementations§
source§impl GetEvidenceFolderOutput
impl GetEvidenceFolderOutput
sourcepub fn evidence_folder(&self) -> Option<&AssessmentEvidenceFolder>
pub fn evidence_folder(&self) -> Option<&AssessmentEvidenceFolder>
The folder that the evidence is stored in.
source§impl GetEvidenceFolderOutput
impl GetEvidenceFolderOutput
sourcepub fn builder() -> GetEvidenceFolderOutputBuilder
pub fn builder() -> GetEvidenceFolderOutputBuilder
Creates a new builder-style object to manufacture GetEvidenceFolderOutput.
Trait Implementations§
source§impl Clone for GetEvidenceFolderOutput
impl Clone for GetEvidenceFolderOutput
source§fn clone(&self) -> GetEvidenceFolderOutput
fn clone(&self) -> GetEvidenceFolderOutput
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 Debug for GetEvidenceFolderOutput
impl Debug for GetEvidenceFolderOutput
source§impl PartialEq<GetEvidenceFolderOutput> for GetEvidenceFolderOutput
impl PartialEq<GetEvidenceFolderOutput> for GetEvidenceFolderOutput
source§fn eq(&self, other: &GetEvidenceFolderOutput) -> bool
fn eq(&self, other: &GetEvidenceFolderOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetEvidenceFolderOutput
impl RequestId for GetEvidenceFolderOutput
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.