Class: Aws::Types::RetainRule
- Inherits:
-
Object
- Object
- Aws::Types::RetainRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#interval_unit ⇒ "DAYS", ...
Returns the value of attribute interval_unit.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
260 261 262 |
# File 'sig/types.rbs', line 260 def count @count end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
261 262 263 |
# File 'sig/types.rbs', line 261 def interval @interval end |
#interval_unit ⇒ "DAYS", ...
Returns the value of attribute interval_unit.
262 263 264 |
# File 'sig/types.rbs', line 262 def interval_unit @interval_unit end |