class
Amazonite::Kms::GetKeyLastUsageResponse
- Amazonite::Kms::GetKeyLastUsageResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/get_key_last_usage_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String | Nil = nil, key_last_usage : KeyLastUsageData | Nil = nil, tracking_start_date : Time | Nil = nil, key_creation_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_creation_date : Time | Nil
The date and time when the KMS key was created.
-
#key_creation_date=(key_creation_date : Time | Nil)
The date and time when the KMS key was created.
-
#key_id : String | Nil
The globally unique identifier for the KMS key.
-
#key_id=(key_id : String | Nil)
The globally unique identifier for the KMS key.
-
#key_last_usage : KeyLastUsageData | Nil
Contains usage information about the last time the KMS key was used for a successful cryptographic operation.
-
#key_last_usage=(key_last_usage : KeyLastUsageData | Nil)
Contains usage information about the last time the KMS key was used for a successful cryptographic operation.
-
#tracking_start_date : Time | Nil
The date from which KMS began recording cryptographic activity for this key, or the date the KMS key was created, whichever is later.
-
#tracking_start_date=(tracking_start_date : Time | Nil)
The date from which KMS began recording cryptographic activity for this key, or the date the KMS key was created, whichever is later.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time when the KMS key was created.
Contains usage information about the last time the KMS key was used for a successful cryptographic operation. If the key has not been used since tracking began, this response element is empty.
Contains usage information about the last time the KMS key was used for a successful cryptographic operation. If the key has not been used since tracking began, this response element is empty.
The date from which KMS began recording cryptographic activity for this key, or the date the KMS key was created, whichever is later.
The date from which KMS began recording cryptographic activity for this key, or the date the KMS key was created, whichever is later.