Struct aws_sdk_quicksight::operation::describe_folder_permissions::DescribeFolderPermissionsOutput
source · #[non_exhaustive]pub struct DescribeFolderPermissionsOutput { /* private fields */ }Implementations§
source§impl DescribeFolderPermissionsOutput
impl DescribeFolderPermissionsOutput
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
Information about the permissions on the folder.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl DescribeFolderPermissionsOutput
impl DescribeFolderPermissionsOutput
sourcepub fn builder() -> DescribeFolderPermissionsOutputBuilder
pub fn builder() -> DescribeFolderPermissionsOutputBuilder
Creates a new builder-style object to manufacture DescribeFolderPermissionsOutput.
Trait Implementations§
source§impl Clone for DescribeFolderPermissionsOutput
impl Clone for DescribeFolderPermissionsOutput
source§fn clone(&self) -> DescribeFolderPermissionsOutput
fn clone(&self) -> DescribeFolderPermissionsOutput
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<DescribeFolderPermissionsOutput> for DescribeFolderPermissionsOutput
impl PartialEq<DescribeFolderPermissionsOutput> for DescribeFolderPermissionsOutput
source§fn eq(&self, other: &DescribeFolderPermissionsOutput) -> bool
fn eq(&self, other: &DescribeFolderPermissionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeFolderPermissionsOutput
impl RequestId for DescribeFolderPermissionsOutput
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 DescribeFolderPermissionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeFolderPermissionsOutput
impl Send for DescribeFolderPermissionsOutput
impl Sync for DescribeFolderPermissionsOutput
impl Unpin for DescribeFolderPermissionsOutput
impl UnwindSafe for DescribeFolderPermissionsOutput
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