Class: Aws::Types::RetentionArchiveTier
- Inherits:
-
Object
- Object
- Aws::Types::RetentionArchiveTier
- 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.
267 268 269 |
# File 'sig/types.rbs', line 267 def count @count end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
268 269 270 |
# File 'sig/types.rbs', line 268 def interval @interval end |
#interval_unit ⇒ "DAYS", ...
Returns the value of attribute interval_unit.
269 270 271 |
# File 'sig/types.rbs', line 269 def interval_unit @interval_unit end |