Method: Google::Cloud::Storage::HmacKey#updated_at

Defined in:
lib/google/cloud/storage/hmac_key.rb

#updated_atString

Last modification time of the HMAC key metadata.

Returns:

  • (String)


152
153
154
# File 'lib/google/cloud/storage/hmac_key.rb', line 152

def updated_at
  @gapi.updated
end