#[non_exhaustive]pub struct DescribeDashboardPermissionsOutput { /* private fields */ }Implementations
sourceimpl DescribeDashboardPermissionsOutput
impl DescribeDashboardPermissionsOutput
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
The ID for the dashboard.
sourcepub fn dashboard_arn(&self) -> Option<&str>
pub fn dashboard_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dashboard.
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
A structure that contains the permissions for 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>
A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
sourceimpl DescribeDashboardPermissionsOutput
impl DescribeDashboardPermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDashboardPermissionsOutput.
Trait Implementations
sourceimpl Clone for DescribeDashboardPermissionsOutput
impl Clone for DescribeDashboardPermissionsOutput
sourcefn clone(&self) -> DescribeDashboardPermissionsOutput
fn clone(&self) -> DescribeDashboardPermissionsOutput
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<DescribeDashboardPermissionsOutput> for DescribeDashboardPermissionsOutput
impl PartialEq<DescribeDashboardPermissionsOutput> for DescribeDashboardPermissionsOutput
sourcefn eq(&self, other: &DescribeDashboardPermissionsOutput) -> bool
fn eq(&self, other: &DescribeDashboardPermissionsOutput) -> bool
impl StructuralPartialEq for DescribeDashboardPermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDashboardPermissionsOutput
impl Send for DescribeDashboardPermissionsOutput
impl Sync for DescribeDashboardPermissionsOutput
impl Unpin for DescribeDashboardPermissionsOutput
impl UnwindSafe for DescribeDashboardPermissionsOutput
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