Class: Aws::Types::EnableKeyRotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableKeyRotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#rotation_period_in_days ⇒ ::Integer
Returns the value of attribute rotation_period_in_days.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def key_id @key_id end |
#rotation_period_in_days ⇒ ::Integer
Returns the value of attribute rotation_period_in_days.
303 304 305 |
# File 'sig/types.rbs', line 303 def rotation_period_in_days @rotation_period_in_days end |