#[non_exhaustive]pub struct UpdateDashboardPermissionsOutput {
pub dashboard_arn: Option<String>,
pub dashboard_id: Option<String>,
pub permissions: Option<Vec<ResourcePermission>>,
pub request_id: Option<String>,
pub status: i32,
pub link_sharing_configuration: Option<LinkSharingConfiguration>,
}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.dashboard_arn: Option<String>The Amazon Resource Name (ARN) of the dashboard.
dashboard_id: Option<String>The ID for the dashboard.
permissions: Option<Vec<ResourcePermission>>Information about the permissions on the dashboard.
request_id: Option<String>The Amazon Web Services request ID for this operation.
status: i32The HTTP status of the request.
link_sharing_configuration: Option<LinkSharingConfiguration>Updates the permissions of a shared link to an Amazon QuickSight dashboard.
Implementations
The Amazon Resource Name (ARN) of the dashboard.
The ID for the dashboard.
Information about the permissions on the dashboard.
The Amazon Web Services request ID for this operation.
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
Creates a new builder-style object to manufacture UpdateDashboardPermissionsOutput
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 Send for UpdateDashboardPermissionsOutput
impl Sync for UpdateDashboardPermissionsOutput
impl Unpin for UpdateDashboardPermissionsOutput
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