Class: Aws::Types::RecordExpiration
- Inherits:
-
Object
- Object
- Aws::Types::RecordExpiration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#expiration ⇒ "ENABLED", "DISABLED"
Returns the value of attribute expiration.
Instance Attribute Details
#days ⇒ ::Integer
Returns the value of attribute days.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def days @days end |
#expiration ⇒ "ENABLED", "DISABLED"
Returns the value of attribute expiration.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def expiration @expiration end |