Struct aws_sdk_quicksight::types::InsightConfiguration
source · #[non_exhaustive]pub struct InsightConfiguration { /* private fields */ }Expand description
The configuration of an insight visual.
Implementations§
source§impl InsightConfiguration
impl InsightConfiguration
sourcepub fn computations(&self) -> Option<&[Computation]>
pub fn computations(&self) -> Option<&[Computation]>
The computations configurations of the insight visual
sourcepub fn custom_narrative(&self) -> Option<&CustomNarrativeOptions>
pub fn custom_narrative(&self) -> Option<&CustomNarrativeOptions>
The custom narrative of the insight visual.
source§impl InsightConfiguration
impl InsightConfiguration
sourcepub fn builder() -> InsightConfigurationBuilder
pub fn builder() -> InsightConfigurationBuilder
Creates a new builder-style object to manufacture InsightConfiguration.
Trait Implementations§
source§impl Clone for InsightConfiguration
impl Clone for InsightConfiguration
source§fn clone(&self) -> InsightConfiguration
fn clone(&self) -> InsightConfiguration
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 InsightConfiguration
impl Debug for InsightConfiguration
source§impl PartialEq<InsightConfiguration> for InsightConfiguration
impl PartialEq<InsightConfiguration> for InsightConfiguration
source§fn eq(&self, other: &InsightConfiguration) -> bool
fn eq(&self, other: &InsightConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InsightConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for InsightConfiguration
impl Send for InsightConfiguration
impl Sync for InsightConfiguration
impl Unpin for InsightConfiguration
impl UnwindSafe for InsightConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more