Struct aws_sdk_glue::types::SchemaColumn
source · #[non_exhaustive]pub struct SchemaColumn { /* private fields */ }Expand description
A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.
Implementations§
source§impl SchemaColumn
impl SchemaColumn
source§impl SchemaColumn
impl SchemaColumn
sourcepub fn builder() -> SchemaColumnBuilder
pub fn builder() -> SchemaColumnBuilder
Creates a new builder-style object to manufacture SchemaColumn.
Trait Implementations§
source§impl Clone for SchemaColumn
impl Clone for SchemaColumn
source§fn clone(&self) -> SchemaColumn
fn clone(&self) -> SchemaColumn
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 SchemaColumn
impl Debug for SchemaColumn
source§impl PartialEq<SchemaColumn> for SchemaColumn
impl PartialEq<SchemaColumn> for SchemaColumn
source§fn eq(&self, other: &SchemaColumn) -> bool
fn eq(&self, other: &SchemaColumn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.