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.
-
#default_event_hold ⇒ Types::EventHoldDuration
Returns the value of attribute default_event_hold.
-
#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.
534 535 536 |
# File 'sig/types.rbs', line 534 def days @days end |
#default_event_hold ⇒ Types::EventHoldDuration
Returns the value of attribute default_event_hold.
536 537 538 |
# File 'sig/types.rbs', line 536 def default_event_hold @default_event_hold end |
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
533 534 535 |
# File 'sig/types.rbs', line 533 def mode @mode end |
#years ⇒ ::Integer
Returns the value of attribute years.
535 536 537 |
# File 'sig/types.rbs', line 535 def years @years end |