Class: Aws::WorkMail::Types::FolderConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

The configuration applied to an organization’s folders by its retention policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action to take on the folder contents at the end of the folder configuration period.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
# File 'lib/aws-sdk-workmail/types.rb', line 2208

class FolderConfiguration < Struct.new(
  :name,
  :action,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The folder name.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
# File 'lib/aws-sdk-workmail/types.rb', line 2208

class FolderConfiguration < Struct.new(
  :name,
  :action,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#periodInteger

The number of days for which the folder-configuration action applies.

Returns:

  • (Integer)


2208
2209
2210
2211
2212
2213
2214
# File 'lib/aws-sdk-workmail/types.rb', line 2208

class FolderConfiguration < Struct.new(
  :name,
  :action,
  :period)
  SENSITIVE = []
  include Aws::Structure
end