Class: Aws::Types::ArchiveRetention
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveRetention
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RetentionPeriod, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retention_period ⇒ "THREE_MONTHS", ...
Returns the value of attribute retention_period.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#retention_period ⇒ "THREE_MONTHS", ...
Returns the value of attribute retention_period.
111 112 113 |
# File 'sig/types.rbs', line 111 def retention_period @retention_period end |
#unknown ⇒ Object
Returns the value of attribute unknown.
112 113 114 |
# File 'sig/types.rbs', line 112 def unknown @unknown end |