Class: Aws::Types::DefaultRetention
- Inherits:
-
Object
- Object
- Aws::Types::DefaultRetention
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
-
#years ⇒ ::Integer
Returns the value of attribute years.
Instance Attribute Details
#days ⇒ ::Integer
Returns the value of attribute days.
528 529 530 |
# File 'sig/types.rbs', line 528 def days @days end |
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
527 528 529 |
# File 'sig/types.rbs', line 527 def mode @mode end |
#years ⇒ ::Integer
Returns the value of attribute years.
529 530 531 |
# File 'sig/types.rbs', line 529 def years @years end |