Class: Aws::Types::S3ObjectLockEventHoldDuration
- Inherits:
-
Object
- Object
- Aws::Types::S3ObjectLockEventHoldDuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#years ⇒ ::Integer
Returns the value of attribute years.
Instance Attribute Details
#days ⇒ ::Integer
Returns the value of attribute days.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def days @days end |
#years ⇒ ::Integer
Returns the value of attribute years.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def years @years end |