#[non_exhaustive]pub struct BatchGetDataQualityResultOutput { /* private fields */ }Implementations§
source§impl BatchGetDataQualityResultOutput
impl BatchGetDataQualityResultOutput
sourcepub fn results(&self) -> Option<&[DataQualityResult]>
pub fn results(&self) -> Option<&[DataQualityResult]>
A list of DataQualityResult objects representing the data quality results.
sourcepub fn results_not_found(&self) -> Option<&[String]>
pub fn results_not_found(&self) -> Option<&[String]>
A list of result IDs for which results were not found.
source§impl BatchGetDataQualityResultOutput
impl BatchGetDataQualityResultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDataQualityResultOutput.
Trait Implementations§
source§impl Clone for BatchGetDataQualityResultOutput
impl Clone for BatchGetDataQualityResultOutput
source§fn clone(&self) -> BatchGetDataQualityResultOutput
fn clone(&self) -> BatchGetDataQualityResultOutput
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<BatchGetDataQualityResultOutput> for BatchGetDataQualityResultOutput
impl PartialEq<BatchGetDataQualityResultOutput> for BatchGetDataQualityResultOutput
source§fn eq(&self, other: &BatchGetDataQualityResultOutput) -> bool
fn eq(&self, other: &BatchGetDataQualityResultOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.