Module: Aws::KMS::Client::_GetKeyLastUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKeyLastUsageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #key_creation_date ⇒ ::Time
- #key_id ⇒ ::String
- #key_last_usage ⇒ Types::KeyLastUsageData
- #tracking_start_date ⇒ ::Time
Instance Method Details
#key_creation_date ⇒ ::Time
449 |
# File 'sig/client.rbs', line 449
def key_creation_date: () -> ::Time
|
#key_id ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def key_id: () -> ::String
|
#key_last_usage ⇒ Types::KeyLastUsageData
447 |
# File 'sig/client.rbs', line 447
def key_last_usage: () -> Types::KeyLastUsageData
|
#tracking_start_date ⇒ ::Time
448 |
# File 'sig/client.rbs', line 448
def tracking_start_date: () -> ::Time
|