Struct aws_sdk_glue::model::DataQualityResultDescription
source · #[non_exhaustive]pub struct DataQualityResultDescription { /* private fields */ }Expand description
Describes a data quality result.
Implementations§
source§impl DataQualityResultDescription
impl DataQualityResultDescription
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
The table name associated with the data quality result.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The job run ID associated with the data quality result.
sourcepub fn started_on(&self) -> Option<&DateTime>
pub fn started_on(&self) -> Option<&DateTime>
The time that the run started for this data quality result.
source§impl DataQualityResultDescription
impl DataQualityResultDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataQualityResultDescription.
Trait Implementations§
source§impl Clone for DataQualityResultDescription
impl Clone for DataQualityResultDescription
source§fn clone(&self) -> DataQualityResultDescription
fn clone(&self) -> DataQualityResultDescription
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 DataQualityResultDescription
impl Debug for DataQualityResultDescription
source§impl PartialEq<DataQualityResultDescription> for DataQualityResultDescription
impl PartialEq<DataQualityResultDescription> for DataQualityResultDescription
source§fn eq(&self, other: &DataQualityResultDescription) -> bool
fn eq(&self, other: &DataQualityResultDescription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.