Struct aws_sdk_quicksight::input::GetSessionEmbedUrlInput
source · [−]#[non_exhaustive]pub struct GetSessionEmbedUrlInput {
pub aws_account_id: Option<String>,
pub entry_point: Option<String>,
pub session_lifetime_in_minutes: Option<i64>,
pub user_arn: 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.aws_account_id: Option<String>The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
entry_point: Option<String>The URL you use to access the embedded session. The entry point URL is constrained to the following paths:
-
/start -
/start/analyses -
/start/dashboards -
/start/favorites -
/dashboards/DashboardId- whereDashboardIdis the actual ID key from the Amazon QuickSight console URL of the dashboard -
/analyses/AnalysisId- whereAnalysisIdis the actual ID key from the Amazon QuickSight console URL of the analysis
session_lifetime_in_minutes: Option<i64>How many minutes the session is valid. The session lifetime must be 15-600 minutes.
user_arn: Option<String>The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any type of Amazon QuickSight users in your account (readers, authors, or admins). They need to be authenticated as one of the following:
-
Active Directory (AD) users or group members
-
Invited nonfederated users
-
Identity and Access Management (IAM) users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation
Omit this parameter for users in the third group, IAM users and IAM role-based sessions.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSessionEmbedUrl, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSessionEmbedUrl, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetSessionEmbedUrl>
Creates a new builder-style object to manufacture GetSessionEmbedUrlInput
The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
The URL you use to access the embedded session. The entry point URL is constrained to the following paths:
-
/start -
/start/analyses -
/start/dashboards -
/start/favorites -
/dashboards/DashboardId- whereDashboardIdis the actual ID key from the Amazon QuickSight console URL of the dashboard -
/analyses/AnalysisId- whereAnalysisIdis the actual ID key from the Amazon QuickSight console URL of the analysis
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any type of Amazon QuickSight users in your account (readers, authors, or admins). They need to be authenticated as one of the following:
-
Active Directory (AD) users or group members
-
Invited nonfederated users
-
Identity and Access Management (IAM) users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation
Omit this parameter for users in the third group, IAM users and IAM role-based sessions.
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 GetSessionEmbedUrlInput
impl Send for GetSessionEmbedUrlInput
impl Sync for GetSessionEmbedUrlInput
impl Unpin for GetSessionEmbedUrlInput
impl UnwindSafe for GetSessionEmbedUrlInput
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