Struct aws_sdk_quicksight::model::FolderSummary
source · [−]#[non_exhaustive]pub struct FolderSummary {
pub arn: Option<String>,
pub folder_id: Option<String>,
pub name: Option<String>,
pub folder_type: Option<FolderType>,
pub created_time: Option<DateTime>,
pub last_updated_time: Option<DateTime>,
}Expand description
A summary of information about an existing Amazon QuickSight folder.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the folder.
folder_id: Option<String>The ID of the folder.
name: Option<String>The display name of the folder.
folder_type: Option<FolderType>The type of folder.
created_time: Option<DateTime>The time that the folder was created.
last_updated_time: Option<DateTime>The time that the folder was last updated.
Implementations
The type of folder.
The time that the folder was created.
The time that the folder was last updated.
Creates a new builder-style object to manufacture FolderSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FolderSummary
impl Send for FolderSummary
impl Sync for FolderSummary
impl Unpin for FolderSummary
impl UnwindSafe for FolderSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more