Struct aws_sdk_quicksight::model::TableConfiguration
source · #[non_exhaustive]pub struct TableConfiguration { /* private fields */ }
Expand description
The configuration for a TableVisual
.
Implementations§
source§impl TableConfiguration
impl TableConfiguration
sourcepub fn field_wells(&self) -> Option<&TableFieldWells>
pub fn field_wells(&self) -> Option<&TableFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(&self) -> Option<&TableSortConfiguration>
pub fn sort_configuration(&self) -> Option<&TableSortConfiguration>
The sort configuration for a TableVisual
.
sourcepub fn table_options(&self) -> Option<&TableOptions>
pub fn table_options(&self) -> Option<&TableOptions>
The table options for a table visual.
sourcepub fn total_options(&self) -> Option<&TotalOptions>
pub fn total_options(&self) -> Option<&TotalOptions>
The total options for a table visual.
sourcepub fn field_options(&self) -> Option<&TableFieldOptions>
pub fn field_options(&self) -> Option<&TableFieldOptions>
The field options for a table visual.
sourcepub fn paginated_report_options(&self) -> Option<&TablePaginatedReportOptions>
pub fn paginated_report_options(&self) -> Option<&TablePaginatedReportOptions>
The paginated report options for a table visual.
sourcepub fn table_inline_visualizations(&self) -> Option<&[TableInlineVisualization]>
pub fn table_inline_visualizations(&self) -> Option<&[TableInlineVisualization]>
A collection of inline visualizations to display within a chart.
source§impl TableConfiguration
impl TableConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableConfiguration
.
Trait Implementations§
source§impl Clone for TableConfiguration
impl Clone for TableConfiguration
source§fn clone(&self) -> TableConfiguration
fn clone(&self) -> TableConfiguration
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 TableConfiguration
impl Debug for TableConfiguration
source§impl PartialEq<TableConfiguration> for TableConfiguration
impl PartialEq<TableConfiguration> for TableConfiguration
source§fn eq(&self, other: &TableConfiguration) -> bool
fn eq(&self, other: &TableConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.