Struct aws_sdk_quicksight::model::DashboardPublishOptions
source · #[non_exhaustive]pub struct DashboardPublishOptions { /* private fields */ }Expand description
Dashboard publish options.
Implementations§
source§impl DashboardPublishOptions
impl DashboardPublishOptions
sourcepub fn ad_hoc_filtering_option(&self) -> Option<&AdHocFilteringOption>
pub fn ad_hoc_filtering_option(&self) -> Option<&AdHocFilteringOption>
Ad hoc (one-time) filtering option.
sourcepub fn export_to_csv_option(&self) -> Option<&ExportToCsvOption>
pub fn export_to_csv_option(&self) -> Option<&ExportToCsvOption>
Export to .csv option.
sourcepub fn sheet_controls_option(&self) -> Option<&SheetControlsOption>
pub fn sheet_controls_option(&self) -> Option<&SheetControlsOption>
Sheet controls option.
source§impl DashboardPublishOptions
impl DashboardPublishOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DashboardPublishOptions.
Trait Implementations§
source§impl Clone for DashboardPublishOptions
impl Clone for DashboardPublishOptions
source§fn clone(&self) -> DashboardPublishOptions
fn clone(&self) -> DashboardPublishOptions
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