Class: Aws::Types::KeyLastUsageData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_trail_event_id::String

Returns the value of attribute cloud_trail_event_id.

Returns:



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.

Returns:



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.

Returns:



622
623
624
# File 'sig/types.rbs', line 622

def operation
  @operation
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def timestamp
  @timestamp
end