Struct aws_sdk_honeycode::model::TableColumn
source · #[non_exhaustive]pub struct TableColumn { /* private fields */ }Expand description
An object that contains attributes about a single column in a table
Implementations§
source§impl TableColumn
impl TableColumn
sourcepub fn table_column_id(&self) -> Option<&str>
pub fn table_column_id(&self) -> Option<&str>
The id of the column in the table.
sourcepub fn table_column_name(&self) -> Option<&str>
pub fn table_column_name(&self) -> Option<&str>
The name of the column in the table.
source§impl TableColumn
impl TableColumn
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableColumn.
Trait Implementations§
source§impl Clone for TableColumn
impl Clone for TableColumn
source§fn clone(&self) -> TableColumn
fn clone(&self) -> TableColumn
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 more