#[non_exhaustive]pub struct GetSessionEmbedUrlOutput {
pub embed_url: Option<String>,
pub status: i32,
pub request_id: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.embed_url: Option<String>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.
status: i32The HTTP status of the request.
request_id: Option<String>The Amazon Web Services request ID for this operation.
Implementations
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.
The Amazon Web Services request ID for this operation.
Creates a new builder-style object to manufacture GetSessionEmbedUrlOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more