Struct aws_sdk_quicksight::model::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.