class Aws::WorkMail::Types::FolderConfiguration
The configuration applied to an organization's folders by its retention policy.
@note When making an API call, you may pass FolderConfiguration
data as a hash: { name: "INBOX", # required, accepts INBOX, DELETED_ITEMS, SENT_ITEMS, DRAFTS, JUNK_EMAIL action: "NONE", # required, accepts NONE, DELETE, PERMANENTLY_DELETE period: 1, }
@!attribute [rw] name
The folder name. @return [String]
@!attribute [rw] action
The action to take on the folder contents at the end of the folder configuration period. @return [String]
@!attribute [rw] period
The period of time at which the folder configuration action is applied. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/FolderConfiguration AWS API Documentation
Constants
- SENSITIVE