Struct aws_sdk_quicksight::types::DataSetSchema
source · #[non_exhaustive]pub struct DataSetSchema { /* private fields */ }
Expand description
Dataset schema.
Implementations§
source§impl DataSetSchema
impl DataSetSchema
sourcepub fn column_schema_list(&self) -> Option<&[ColumnSchema]>
pub fn column_schema_list(&self) -> Option<&[ColumnSchema]>
A structure containing the list of column schemas.
source§impl DataSetSchema
impl DataSetSchema
sourcepub fn builder() -> DataSetSchemaBuilder
pub fn builder() -> DataSetSchemaBuilder
Creates a new builder-style object to manufacture DataSetSchema
.
Trait Implementations§
source§impl Clone for DataSetSchema
impl Clone for DataSetSchema
source§fn clone(&self) -> DataSetSchema
fn clone(&self) -> DataSetSchema
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 DataSetSchema
impl Debug for DataSetSchema
source§impl PartialEq<DataSetSchema> for DataSetSchema
impl PartialEq<DataSetSchema> for DataSetSchema
source§fn eq(&self, other: &DataSetSchema) -> bool
fn eq(&self, other: &DataSetSchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.