Struct aws_sdk_quicksight::model::Folder
source · [−]#[non_exhaustive]pub struct Folder { /* private fields */ }Expand description
A folder in Amazon QuickSight.
Implementations
sourceimpl 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
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
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