Struct aws_sdk_quicksight::model::PivotTableOptions
source · #[non_exhaustive]pub struct PivotTableOptions { /* private fields */ }
Expand description
The table options for a pivot table visual.
Implementations§
source§impl PivotTableOptions
impl PivotTableOptions
sourcepub fn metric_placement(&self) -> Option<&PivotTableMetricPlacement>
pub fn metric_placement(&self) -> Option<&PivotTableMetricPlacement>
The metric placement (row, column) options.
sourcepub fn single_metric_visibility(&self) -> Option<&Visibility>
pub fn single_metric_visibility(&self) -> Option<&Visibility>
The visibility of the single metric options.
sourcepub fn column_names_visibility(&self) -> Option<&Visibility>
pub fn column_names_visibility(&self) -> Option<&Visibility>
The visibility of the column names.
Determines the visibility of the pivot table.
sourcepub fn column_header_style(&self) -> Option<&TableCellStyle>
pub fn column_header_style(&self) -> Option<&TableCellStyle>
The table cell style of the column header.
sourcepub fn row_header_style(&self) -> Option<&TableCellStyle>
pub fn row_header_style(&self) -> Option<&TableCellStyle>
The table cell style of the row headers.
sourcepub fn cell_style(&self) -> Option<&TableCellStyle>
pub fn cell_style(&self) -> Option<&TableCellStyle>
The table cell style of cells.
sourcepub fn row_field_names_style(&self) -> Option<&TableCellStyle>
pub fn row_field_names_style(&self) -> Option<&TableCellStyle>
The table cell style of row field names.
sourcepub fn row_alternate_color_options(&self) -> Option<&RowAlternateColorOptions>
pub fn row_alternate_color_options(&self) -> Option<&RowAlternateColorOptions>
The row alternate color options (widget status, row alternate colors).
source§impl PivotTableOptions
impl PivotTableOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PivotTableOptions
.
Trait Implementations§
source§impl Clone for PivotTableOptions
impl Clone for PivotTableOptions
source§fn clone(&self) -> PivotTableOptions
fn clone(&self) -> PivotTableOptions
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 PivotTableOptions
impl Debug for PivotTableOptions
source§impl PartialEq<PivotTableOptions> for PivotTableOptions
impl PartialEq<PivotTableOptions> for PivotTableOptions
source§fn eq(&self, other: &PivotTableOptions) -> bool
fn eq(&self, other: &PivotTableOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.