#[non_exhaustive]pub struct GetDashboardEmbedUrlOutput {
pub embed_url: Option<String>,
pub status: i32,
pub request_id: Option<String>,
}Expand description
Output returned from the GetDashboardEmbedUrl operation.
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 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.
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 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.
The Amazon Web Services request ID for this operation.
Creates a new builder-style object to manufacture GetDashboardEmbedUrlOutput
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 GetDashboardEmbedUrlOutput
impl Send for GetDashboardEmbedUrlOutput
impl Sync for GetDashboardEmbedUrlOutput
impl Unpin for GetDashboardEmbedUrlOutput
impl UnwindSafe for GetDashboardEmbedUrlOutput
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