Class: Aws::Types::RetentionPeriod
- Inherits:
-
Object
- Object
- Aws::Types::RetentionPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "SECONDS", ...
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "SECONDS", ...
Returns the value of attribute type.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def value @value end |