Struct aws_sdk_quicksight::types::Folder
source · #[non_exhaustive]pub struct Folder { /* private fields */ }Expand description
A folder in Amazon QuickSight.
Implementations§
source§impl Folder
impl Folder
sourcepub fn folder_type(&self) -> Option<&FolderType>
pub fn folder_type(&self) -> Option<&FolderType>
The type of folder it is.
sourcepub fn folder_path(&self) -> Option<&[String]>
pub fn folder_path(&self) -> Option<&[String]>
An array of ancestor ARN strings for the folder.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time that the folder was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The time that the folder was last updated.
Trait Implementations§
source§impl PartialEq<Folder> for Folder
impl PartialEq<Folder> for Folder
impl StructuralPartialEq for Folder
Auto Trait Implementations§
impl RefUnwindSafe for Folder
impl Send for Folder
impl Sync for Folder
impl Unpin for Folder
impl UnwindSafe for Folder
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