Struct aws_sdk_glue::model::DataQualityTargetTable
source · #[non_exhaustive]pub struct DataQualityTargetTable { /* private fields */ }Expand description
An object representing an Glue table.
Implementations§
source§impl DataQualityTargetTable
impl DataQualityTargetTable
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the Glue table.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database where the Glue table exists.
source§impl DataQualityTargetTable
impl DataQualityTargetTable
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataQualityTargetTable.
Trait Implementations§
source§impl Clone for DataQualityTargetTable
impl Clone for DataQualityTargetTable
source§fn clone(&self) -> DataQualityTargetTable
fn clone(&self) -> DataQualityTargetTable
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 DataQualityTargetTable
impl Debug for DataQualityTargetTable
source§impl PartialEq<DataQualityTargetTable> for DataQualityTargetTable
impl PartialEq<DataQualityTargetTable> for DataQualityTargetTable
source§fn eq(&self, other: &DataQualityTargetTable) -> bool
fn eq(&self, other: &DataQualityTargetTable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.