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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2057

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

#nameString

The folder name.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2057

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