Class: Aws::Types::RefreshTokenRotationType
- Inherits:
-
Object
- Object
- Aws::Types::RefreshTokenRotationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ "ENABLED", "DISABLED"
Returns the value of attribute feature.
-
#retry_grace_period_seconds ⇒ ::Integer
Returns the value of attribute retry_grace_period_seconds.
Instance Attribute Details
#feature ⇒ "ENABLED", "DISABLED"
Returns the value of attribute feature.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def feature @feature end |
#retry_grace_period_seconds ⇒ ::Integer
Returns the value of attribute retry_grace_period_seconds.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def retry_grace_period_seconds @retry_grace_period_seconds end |