Struct aws_sdk_quicksight::model::ColumnGroupColumnSchema
source · #[non_exhaustive]pub struct ColumnGroupColumnSchema { /* private fields */ }Expand description
A structure describing the name, data type, and geographic role of the columns.
Implementations§
source§impl ColumnGroupColumnSchema
impl ColumnGroupColumnSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnGroupColumnSchema.
Trait Implementations§
source§impl Clone for ColumnGroupColumnSchema
impl Clone for ColumnGroupColumnSchema
source§fn clone(&self) -> ColumnGroupColumnSchema
fn clone(&self) -> ColumnGroupColumnSchema
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