Class: Aws::Types::RetentionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RetentionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def name @name end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def retention_period_in_days @retention_period_in_days end |