Struct aws_sdk_workmail::model::FolderConfiguration [−][src]
#[non_exhaustive]pub struct FolderConfiguration {
pub name: Option<FolderName>,
pub action: Option<RetentionAction>,
pub period: Option<i32>,
}
Expand description
The configuration applied to an organization's folders by its retention policy.
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.name: Option<FolderName>
The folder name.
action: Option<RetentionAction>
The action to take on the folder contents at the end of the folder configuration period.
period: Option<i32>
The number of days for which the folder-configuration action applies.
Implementations
The folder name.
The action to take on the folder contents at the end of the folder configuration period.
Creates a new builder-style object to manufacture FolderConfiguration
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 FolderConfiguration
impl Send for FolderConfiguration
impl Sync for FolderConfiguration
impl Unpin for FolderConfiguration
impl UnwindSafe for FolderConfiguration
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