Module: Aws::KMS::Client::_GetKeyRotationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKeyRotationStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #key_id ⇒ ::String
- #key_rotation_enabled ⇒ Boolean
- #next_rotation_date ⇒ ::Time
- #on_demand_rotation_start_date ⇒ ::Time
- #rotation_period_in_days ⇒ ::Integer
Instance Method Details
#key_id ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def key_id: () -> ::String
|
#key_rotation_enabled ⇒ Boolean
471 |
# File 'sig/client.rbs', line 471
def key_rotation_enabled: () -> bool
|
#next_rotation_date ⇒ ::Time
474 |
# File 'sig/client.rbs', line 474
def next_rotation_date: () -> ::Time
|
#on_demand_rotation_start_date ⇒ ::Time
475 |
# File 'sig/client.rbs', line 475
def on_demand_rotation_start_date: () -> ::Time
|
#rotation_period_in_days ⇒ ::Integer
473 |
# File 'sig/client.rbs', line 473
def rotation_period_in_days: () -> ::Integer
|