#[non_exhaustive]pub struct AnonymousUserDashboardVisualEmbeddingConfiguration { /* private fields */ }
Expand description
The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.
Implementations§
source§impl AnonymousUserDashboardVisualEmbeddingConfiguration
impl AnonymousUserDashboardVisualEmbeddingConfiguration
sourcepub fn initial_dashboard_visual_id(&self) -> Option<&DashboardVisualId>
pub fn initial_dashboard_visual_id(&self) -> Option<&DashboardVisualId>
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
source§impl AnonymousUserDashboardVisualEmbeddingConfiguration
impl AnonymousUserDashboardVisualEmbeddingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnonymousUserDashboardVisualEmbeddingConfiguration
.
Trait Implementations§
source§impl Clone for AnonymousUserDashboardVisualEmbeddingConfiguration
impl Clone for AnonymousUserDashboardVisualEmbeddingConfiguration
source§fn clone(&self) -> AnonymousUserDashboardVisualEmbeddingConfiguration
fn clone(&self) -> AnonymousUserDashboardVisualEmbeddingConfiguration
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<AnonymousUserDashboardVisualEmbeddingConfiguration> for AnonymousUserDashboardVisualEmbeddingConfiguration
impl PartialEq<AnonymousUserDashboardVisualEmbeddingConfiguration> for AnonymousUserDashboardVisualEmbeddingConfiguration
source§fn eq(&self, other: &AnonymousUserDashboardVisualEmbeddingConfiguration) -> bool
fn eq(&self, other: &AnonymousUserDashboardVisualEmbeddingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.