#[non_exhaustive]pub struct AnonymousUserEmbeddingExperienceConfiguration { /* private fields */ }Expand description
The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.
Implementations§
source§impl AnonymousUserEmbeddingExperienceConfiguration
impl AnonymousUserEmbeddingExperienceConfiguration
sourcepub fn dashboard(&self) -> Option<&AnonymousUserDashboardEmbeddingConfiguration>
pub fn dashboard(&self) -> Option<&AnonymousUserDashboardEmbeddingConfiguration>
The type of embedding experience. In this case, Amazon QuickSight dashboards.
sourcepub fn dashboard_visual(
&self
) -> Option<&AnonymousUserDashboardVisualEmbeddingConfiguration>
pub fn dashboard_visual(
&self
) -> Option<&AnonymousUserDashboardVisualEmbeddingConfiguration>
The type of embedding experience. In this case, Amazon QuickSight visuals.
source§impl AnonymousUserEmbeddingExperienceConfiguration
impl AnonymousUserEmbeddingExperienceConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnonymousUserEmbeddingExperienceConfiguration.
Trait Implementations§
source§impl Clone for AnonymousUserEmbeddingExperienceConfiguration
impl Clone for AnonymousUserEmbeddingExperienceConfiguration
source§fn clone(&self) -> AnonymousUserEmbeddingExperienceConfiguration
fn clone(&self) -> AnonymousUserEmbeddingExperienceConfiguration
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