Class: Aws::Types::KeyLastUsageData
- Inherits:
-
Object
- Object
- Aws::Types::KeyLastUsageData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_trail_event_id ⇒ ::String
Returns the value of attribute cloud_trail_event_id.
-
#kms_request_id ⇒ ::String
Returns the value of attribute kms_request_id.
-
#operation ⇒ "Decrypt", ...
Returns the value of attribute operation.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#cloud_trail_event_id ⇒ ::String
Returns the value of attribute cloud_trail_event_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def cloud_trail_event_id @cloud_trail_event_id end |
#kms_request_id ⇒ ::String
Returns the value of attribute kms_request_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def kms_request_id @kms_request_id end |
#operation ⇒ "Decrypt", ...
Returns the value of attribute operation.
622 623 624 |
# File 'sig/types.rbs', line 622 def operation @operation end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
623 624 625 |
# File 'sig/types.rbs', line 623 def end |