Class: Aws::Types::RetentionProperties
- Inherits:
-
Object
- Object
- Aws::Types::RetentionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#magnetic_store_retention_period_in_days ⇒ ::Integer
Returns the value of attribute magnetic_store_retention_period_in_days.
-
#memory_store_retention_period_in_hours ⇒ ::Integer
Returns the value of attribute memory_store_retention_period_in_hours.
Instance Attribute Details
#magnetic_store_retention_period_in_days ⇒ ::Integer
Returns the value of attribute magnetic_store_retention_period_in_days.
390 391 392 |
# File 'sig/types.rbs', line 390 def magnetic_store_retention_period_in_days @magnetic_store_retention_period_in_days end |
#memory_store_retention_period_in_hours ⇒ ::Integer
Returns the value of attribute memory_store_retention_period_in_hours.
389 390 391 |
# File 'sig/types.rbs', line 389 def memory_store_retention_period_in_hours @memory_store_retention_period_in_hours end |