Class: Aws::Types::RetentionPeriod
- Inherits:
-
Object
- Object
- Aws::Types::RetentionPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retention_period_unit ⇒ "DAYS"
Returns the value of attribute retention_period_unit.
-
#retention_period_value ⇒ ::Integer
Returns the value of attribute retention_period_value.
Instance Attribute Details
#retention_period_unit ⇒ "DAYS"
Returns the value of attribute retention_period_unit.
141 142 143 |
# File 'sig/types.rbs', line 141 def retention_period_unit @retention_period_unit end |
#retention_period_value ⇒ ::Integer
Returns the value of attribute retention_period_value.
140 141 142 |
# File 'sig/types.rbs', line 140 def retention_period_value @retention_period_value end |