Class: Aws::Types::GetKeyRotationStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyRotationStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_rotation_enabled ⇒ Boolean
Returns the value of attribute key_rotation_enabled.
-
#next_rotation_date ⇒ ::Time
Returns the value of attribute next_rotation_date.
-
#on_demand_rotation_start_date ⇒ ::Time
Returns the value of attribute on_demand_rotation_start_date.
-
#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.
466 467 468 |
# File 'sig/types.rbs', line 466 def key_id @key_id end |
#key_rotation_enabled ⇒ Boolean
Returns the value of attribute key_rotation_enabled.
465 466 467 |
# File 'sig/types.rbs', line 465 def key_rotation_enabled @key_rotation_enabled end |
#next_rotation_date ⇒ ::Time
Returns the value of attribute next_rotation_date.
468 469 470 |
# File 'sig/types.rbs', line 468 def next_rotation_date @next_rotation_date end |
#on_demand_rotation_start_date ⇒ ::Time
Returns the value of attribute on_demand_rotation_start_date.
469 470 471 |
# File 'sig/types.rbs', line 469 def on_demand_rotation_start_date @on_demand_rotation_start_date end |
#rotation_period_in_days ⇒ ::Integer
Returns the value of attribute rotation_period_in_days.
467 468 469 |
# File 'sig/types.rbs', line 467 def rotation_period_in_days @rotation_period_in_days end |