Class: Aws::Types::GetKeyLastUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyLastUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_creation_date ⇒ ::Time
Returns the value of attribute key_creation_date.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_last_usage ⇒ Types::KeyLastUsageData
Returns the value of attribute key_last_usage.
-
#tracking_start_date ⇒ ::Time
Returns the value of attribute tracking_start_date.
Instance Attribute Details
#key_creation_date ⇒ ::Time
Returns the value of attribute key_creation_date.
443 444 445 |
# File 'sig/types.rbs', line 443 def key_creation_date @key_creation_date end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def key_id @key_id end |
#key_last_usage ⇒ Types::KeyLastUsageData
Returns the value of attribute key_last_usage.
441 442 443 |
# File 'sig/types.rbs', line 441 def key_last_usage @key_last_usage end |
#tracking_start_date ⇒ ::Time
Returns the value of attribute tracking_start_date.
442 443 444 |
# File 'sig/types.rbs', line 442 def tracking_start_date @tracking_start_date end |