#[non_exhaustive]pub struct GetDashboardEmbedUrlOutput { /* private fields */ }Expand description
Output returned from the GetDashboardEmbedUrl operation.
Implementations
sourceimpl GetDashboardEmbedUrlOutput
impl GetDashboardEmbedUrlOutput
sourcepub fn embed_url(&self) -> Option<&str>
pub fn embed_url(&self) -> Option<&str>
A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes. The API operation provides the URL with an auth_code value that enables one (and only one) sign-on to a user session that is valid for 10 hours.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl GetDashboardEmbedUrlOutput
impl GetDashboardEmbedUrlOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDashboardEmbedUrlOutput.
Trait Implementations
sourceimpl Clone for GetDashboardEmbedUrlOutput
impl Clone for GetDashboardEmbedUrlOutput
sourcefn clone(&self) -> GetDashboardEmbedUrlOutput
fn clone(&self) -> GetDashboardEmbedUrlOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDashboardEmbedUrlOutput
impl Debug for GetDashboardEmbedUrlOutput
sourceimpl PartialEq<GetDashboardEmbedUrlOutput> for GetDashboardEmbedUrlOutput
impl PartialEq<GetDashboardEmbedUrlOutput> for GetDashboardEmbedUrlOutput
sourcefn eq(&self, other: &GetDashboardEmbedUrlOutput) -> bool
fn eq(&self, other: &GetDashboardEmbedUrlOutput) -> bool
impl StructuralPartialEq for GetDashboardEmbedUrlOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDashboardEmbedUrlOutput
impl Send for GetDashboardEmbedUrlOutput
impl Sync for GetDashboardEmbedUrlOutput
impl Unpin for GetDashboardEmbedUrlOutput
impl UnwindSafe for GetDashboardEmbedUrlOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more