Struct aws_sdk_quicksight::operation::update_dashboard_permissions::UpdateDashboardPermissionsOutput
source · #[non_exhaustive]pub struct UpdateDashboardPermissionsOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl UpdateDashboardPermissionsOutput
impl UpdateDashboardPermissionsOutput
sourcepub fn builder() -> UpdateDashboardPermissionsOutputBuilder
pub fn builder() -> UpdateDashboardPermissionsOutputBuilder
Creates a new builder-style object to manufacture UpdateDashboardPermissionsOutput.
Trait Implementations§
source§impl Clone for UpdateDashboardPermissionsOutput
impl Clone for UpdateDashboardPermissionsOutput
source§fn clone(&self) -> UpdateDashboardPermissionsOutput
fn clone(&self) -> UpdateDashboardPermissionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateDashboardPermissionsOutput> for UpdateDashboardPermissionsOutput
impl PartialEq<UpdateDashboardPermissionsOutput> for UpdateDashboardPermissionsOutput
source§fn eq(&self, other: &UpdateDashboardPermissionsOutput) -> bool
fn eq(&self, other: &UpdateDashboardPermissionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateDashboardPermissionsOutput
impl RequestId for UpdateDashboardPermissionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more