Struct aws_sdk_quicksight::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.