Struct aws_sdk_quicksight::model::PivotTableConfiguration
source · #[non_exhaustive]pub struct PivotTableConfiguration { /* private fields */ }
Expand description
The configuration for a PivotTableVisual
.
Implementations§
source§impl PivotTableConfiguration
impl PivotTableConfiguration
sourcepub fn field_wells(&self) -> Option<&PivotTableFieldWells>
pub fn field_wells(&self) -> Option<&PivotTableFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(&self) -> Option<&PivotTableSortConfiguration>
pub fn sort_configuration(&self) -> Option<&PivotTableSortConfiguration>
The sort configuration for a PivotTableVisual
.
sourcepub fn table_options(&self) -> Option<&PivotTableOptions>
pub fn table_options(&self) -> Option<&PivotTableOptions>
The table options for a pivot table visual.
sourcepub fn total_options(&self) -> Option<&PivotTableTotalOptions>
pub fn total_options(&self) -> Option<&PivotTableTotalOptions>
The total options for a pivot table visual.
sourcepub fn field_options(&self) -> Option<&PivotTableFieldOptions>
pub fn field_options(&self) -> Option<&PivotTableFieldOptions>
The field options for a pivot table visual.
sourcepub fn paginated_report_options(
&self
) -> Option<&PivotTablePaginatedReportOptions>
pub fn paginated_report_options(
&self
) -> Option<&PivotTablePaginatedReportOptions>
The paginated report options for a pivot table visual.
source§impl PivotTableConfiguration
impl PivotTableConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PivotTableConfiguration
.
Trait Implementations§
source§impl Clone for PivotTableConfiguration
impl Clone for PivotTableConfiguration
source§fn clone(&self) -> PivotTableConfiguration
fn clone(&self) -> PivotTableConfiguration
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 PivotTableConfiguration
impl Debug for PivotTableConfiguration
source§impl PartialEq<PivotTableConfiguration> for PivotTableConfiguration
impl PartialEq<PivotTableConfiguration> for PivotTableConfiguration
source§fn eq(&self, other: &PivotTableConfiguration) -> bool
fn eq(&self, other: &PivotTableConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.