Class: Aws::Types::RenewalSettings
- Inherits:
-
Object
- Object
- Aws::Types::RenewalSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_renewal ⇒ "DISABLED", ...
Returns the value of attribute automatic_renewal.
-
#renewal_count ⇒ ::Integer
Returns the value of attribute renewal_count.
Instance Attribute Details
#automatic_renewal ⇒ "DISABLED", ...
Returns the value of attribute automatic_renewal.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def automatic_renewal @automatic_renewal end |
#renewal_count ⇒ ::Integer
Returns the value of attribute renewal_count.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def renewal_count @renewal_count end |