#[non_exhaustive]pub struct GetSessionEmbedUrlOutput { /* private fields */ }Implementations§
source§impl GetSessionEmbedUrlOutput
impl GetSessionEmbedUrlOutput
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 web page to embed your Amazon QuickSight session. 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.
source§impl GetSessionEmbedUrlOutput
impl GetSessionEmbedUrlOutput
sourcepub fn builder() -> GetSessionEmbedUrlOutputBuilder
pub fn builder() -> GetSessionEmbedUrlOutputBuilder
Creates a new builder-style object to manufacture GetSessionEmbedUrlOutput.
Trait Implementations§
source§impl Clone for GetSessionEmbedUrlOutput
impl Clone for GetSessionEmbedUrlOutput
source§fn clone(&self) -> GetSessionEmbedUrlOutput
fn clone(&self) -> GetSessionEmbedUrlOutput
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 GetSessionEmbedUrlOutput
impl Debug for GetSessionEmbedUrlOutput
source§impl PartialEq<GetSessionEmbedUrlOutput> for GetSessionEmbedUrlOutput
impl PartialEq<GetSessionEmbedUrlOutput> for GetSessionEmbedUrlOutput
source§fn eq(&self, other: &GetSessionEmbedUrlOutput) -> bool
fn eq(&self, other: &GetSessionEmbedUrlOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSessionEmbedUrlOutput
impl RequestId for GetSessionEmbedUrlOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetSessionEmbedUrlOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSessionEmbedUrlOutput
impl Send for GetSessionEmbedUrlOutput
impl Sync for GetSessionEmbedUrlOutput
impl Unpin for GetSessionEmbedUrlOutput
impl UnwindSafe for GetSessionEmbedUrlOutput
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