Struct aws_sdk_glue::model::GlueSchema
source · #[non_exhaustive]pub struct GlueSchema { /* private fields */ }Expand description
Specifies a user-defined schema when a schema cannot be determined by Glue.
Implementations§
source§impl GlueSchema
impl GlueSchema
sourcepub fn columns(&self) -> Option<&[GlueStudioSchemaColumn]>
pub fn columns(&self) -> Option<&[GlueStudioSchemaColumn]>
Specifies the column definitions that make up a Glue schema.
source§impl GlueSchema
impl GlueSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlueSchema.
Trait Implementations§
source§impl Clone for GlueSchema
impl Clone for GlueSchema
source§fn clone(&self) -> GlueSchema
fn clone(&self) -> GlueSchema
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 GlueSchema
impl Debug for GlueSchema
source§impl PartialEq<GlueSchema> for GlueSchema
impl PartialEq<GlueSchema> for GlueSchema
source§fn eq(&self, other: &GlueSchema) -> bool
fn eq(&self, other: &GlueSchema) -> bool
This method tests for
self and other values to be equal, and is used
by ==.