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