#[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.
sourcepub fn q_search_bar(
&self
) -> Option<&AnonymousUserQSearchBarEmbeddingConfiguration>
pub fn q_search_bar( &self ) -> Option<&AnonymousUserQSearchBarEmbeddingConfiguration>
The Q search bar that you want to use for anonymous user embedding.
source§impl AnonymousUserEmbeddingExperienceConfiguration
impl AnonymousUserEmbeddingExperienceConfiguration
sourcepub fn builder() -> AnonymousUserEmbeddingExperienceConfigurationBuilder
pub fn builder() -> AnonymousUserEmbeddingExperienceConfigurationBuilder
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 moresource§impl PartialEq<AnonymousUserEmbeddingExperienceConfiguration> for AnonymousUserEmbeddingExperienceConfiguration
impl PartialEq<AnonymousUserEmbeddingExperienceConfiguration> for AnonymousUserEmbeddingExperienceConfiguration
source§fn eq(&self, other: &AnonymousUserEmbeddingExperienceConfiguration) -> bool
fn eq(&self, other: &AnonymousUserEmbeddingExperienceConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AnonymousUserEmbeddingExperienceConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for AnonymousUserEmbeddingExperienceConfiguration
impl Send for AnonymousUserEmbeddingExperienceConfiguration
impl Sync for AnonymousUserEmbeddingExperienceConfiguration
impl Unpin for AnonymousUserEmbeddingExperienceConfiguration
impl UnwindSafe for AnonymousUserEmbeddingExperienceConfiguration
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