Class: Aws::Types::EventHoldDuration
- Inherits:
-
Object
- Object
- Aws::Types::EventHoldDuration
- 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.
798 799 800 |
# File 'sig/types.rbs', line 798 def days @days end |
#years ⇒ ::Integer
Returns the value of attribute years.
799 800 801 |
# File 'sig/types.rbs', line 799 def years @years end |