Class: Aws::Types::BackupRetentionPolicy
- Inherits:
-
Object
- Object
- Aws::Types::BackupRetentionPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "DAYS"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "DAYS"
Returns the value of attribute type.
30 31 32 |
# File 'sig/types.rbs', line 30 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
31 32 33 |
# File 'sig/types.rbs', line 31 def value @value end |