#[non_exhaustive]pub struct UpdateDashboardPermissionsOutput { /* private fields */ }Implementations
sourceimpl UpdateDashboardPermissionsOutput
impl UpdateDashboardPermissionsOutput
sourcepub fn dashboard_arn(&self) -> Option<&str>
pub fn dashboard_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dashboard.
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
The ID for the dashboard.
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
Information about the permissions on the dashboard.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourcepub fn link_sharing_configuration(&self) -> Option<&LinkSharingConfiguration>
pub fn link_sharing_configuration(&self) -> Option<&LinkSharingConfiguration>
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
sourceimpl UpdateDashboardPermissionsOutput
impl UpdateDashboardPermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDashboardPermissionsOutput.
Trait Implementations
sourceimpl Clone for UpdateDashboardPermissionsOutput
impl Clone for UpdateDashboardPermissionsOutput
sourcefn clone(&self) -> UpdateDashboardPermissionsOutput
fn clone(&self) -> UpdateDashboardPermissionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<UpdateDashboardPermissionsOutput> for UpdateDashboardPermissionsOutput
impl PartialEq<UpdateDashboardPermissionsOutput> for UpdateDashboardPermissionsOutput
sourcefn eq(&self, other: &UpdateDashboardPermissionsOutput) -> bool
fn eq(&self, other: &UpdateDashboardPermissionsOutput) -> bool
impl StructuralPartialEq for UpdateDashboardPermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDashboardPermissionsOutput
impl Send for UpdateDashboardPermissionsOutput
impl Sync for UpdateDashboardPermissionsOutput
impl Unpin for UpdateDashboardPermissionsOutput
impl UnwindSafe for UpdateDashboardPermissionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more