Class: Aws::Types::FolderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FolderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "NONE", ...
Returns the value of attribute action.
-
#name ⇒ "INBOX", ...
Returns the value of attribute name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
Instance Attribute Details
#action ⇒ "NONE", ...
Returns the value of attribute action.
628 629 630 |
# File 'sig/types.rbs', line 628 def action @action end |
#name ⇒ "INBOX", ...
Returns the value of attribute name.
627 628 629 |
# File 'sig/types.rbs', line 627 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
629 630 631 |
# File 'sig/types.rbs', line 629 def period @period end |